Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update peter-evans/create-pull-request action to v5 - autoclosed #139

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
peter-evans/create-pull-request action major v3.14.0 -> v5.0.2

Release Notes

peter-evans/create-pull-request (peter-evans/create-pull-request)

v5.0.2: Create Pull Request v5.0.2

Compare Source

⚙️ Fixes an issue that occurs when using push-to-fork and both base and head repositories are in the same org/user account.

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.1...v5.0.2

v5.0.1: Create Pull Request v5.0.1

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.0...v5.0.1

v5.0.0: Create Pull Request v5.0.0

Compare Source

Behaviour changes

  • The action will no longer leave the local repository checked out on the pull request branch. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.
  • When using add-paths, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.

What's new

  • Adds input body-path, the path to a file containing the pull request body.
  • At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
  • Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the add-paths input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.
  • The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables http_proxy, https_proxy and no_proxy.
  • Now sets the git safe.directory configuration for the local repository path. The configuration is removed when the action completes. Fixes issue https://github.com/peter-evans/create-pull-request/issues/1170.
  • Now determines the git directory path using the git rev-parse --git-dir command. This allows users with custom repository configurations to use the action.
  • Improved handling of the team-reviewers input and associated errors.

News

🏆 create-pull-request won an award for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a ⭐, or even buy me a coffee.

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.2.4...v5.0.0

v4.2.4: Create Pull Request v4.2.4

Compare Source

⚙️ Patches some recent security vulnerabilities.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.2.3...v4.2.4

v4.2.3: Create Pull Request v4.2.3

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.2.2...v4.2.3

v4.2.2: Create Pull Request v4.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v4.2.1...v4.2.2

v4.2.1: Create Pull Request v4.2.1

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.2.0...v4.2.1

v4.2.0: Create Pull Request v4.2.0

Compare Source

⚙️ Improves the proxy implementation to properly support the standard environment variables http_proxy, https_proxy and no_proxy

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.1.4...v4.2.0

v4.1.4: Create Pull Request v4.1.4

Compare Source

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.1.3...v4.1.4

v4.1.3: Create Pull Request v4.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v4.1.2...v4.1.3

v4.1.2: Create Pull Request v4.1.2

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.1.1...v4.1.2

v4.1.1: Create Pull Request v4.1.1

Compare Source

⚙️ Fixes an issue that occurred on Windows runners when CRLF is auto-replaced by LF by Git. https://github.com/peter-evans/create-pull-request/issues/1202

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.1.0...v4.1.1

v4.1.0: Create Pull Request v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.4...v4.1.0

v4.0.4: Create Pull Request v4.0.4

Compare Source

⚙️ Fixes an issue that occurred when the local storage for a task on the actions runner was not reset. This issue affected users using docker-github-actions-runner.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.3...v4.0.4

v4.0.3: Create Pull Request v4.0.3

Compare Source

⚙️ Fixes an issue that occurred when the repository name was not cased correctly.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.2...v4.0.3

v4.0.2: Create Pull Request v4.0.2

Compare Source

⚙️ Fixes an issue that occurred when a pull request was created from a repository fork (using push-to-fork), where the repository had been renamed from its original name.

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.0.1...v4.0.2

v4.0.1: Create Pull Request v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.0...v4.0.1

v4.0.0: Create Pull Request v4.0.0

Compare Source

Breaking changes

  • The add-paths input no longer accepts -A as a valid value. When committing all new and modified files the add-paths input should be omitted.
  • If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for v4 to run. See "What's new" below for details.

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v3.14.0...v4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2023

📊 Package size report   -0%↓

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
.github/workflows/misspell.yml 682 B / 391 B / 323 B -0.15%↓681 B / -0.26%↓390 B / 0.3%↑324 B
Total (Includes all files) 3.4 MB / 3.0 MB / 3.0 MB -0%↓3.4 MB / -0%↓3.0 MB / 0%↑3.0 MB
Tarball size 3.0 MB -0%↓3.0 MB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 144 B / 114 B / 106 B
.editorconfig 190 B / 142 B / 129 B
.eslintignore 14 B / 34 B / 18 B
.eslintrc 978 B / 370 B / 319 B
.github/.misspell-fixer.ignore 18 B / 38 B / 22 B
.github/workflows/bundle-size.yml 761 B / 413 B / 355 B
.github/workflows/eslint.yml 586 B / 330 B / 259 B
.github/workflows/github-page.yml 975 B / 517 B / 436 B
.github/workflows/release-please.yml 1.4 kB / 559 B / 465 B
.github/workflows/test.yaml 783 B / 411 B / 334 B
.husky/pre-commit 58 B / 76 B / 62 B
CHANGELOG.md 8.0 kB / 2.4 kB / 2.0 kB
CODE_OF_CONDUCT.md 3.2 kB / 1.5 kB / 1.1 kB
demo/assets/bg2.jpg 300.5 kB / 299.9 kB / 300.5 kB
demo/assets/bg3.jpg 860.5 kB / 860.0 kB / 860.5 kB
demo/assets/bg4.jpg 476.0 kB / 475.3 kB / 476.0 kB
demo/assets/bg5.jpg 520.5 kB / 520.5 kB / 520.5 kB
demo/assets/kissmybutonbg.jpg 830.6 kB / 783.6 kB / 768.2 kB
demo/index.html 845 B / 433 B / 242 B
demo/index.js 5.4 kB / 1.3 kB / 1.1 kB
demo/webpack.config.js 816 B / 439 B / 373 B
dist/motorcortex-slides.cjs.js 82.2 kB / 8.8 kB / 7.0 kB
dist/motorcortex-slides.esm.js 81.1 kB / 8.8 kB / 7.0 kB
dist/motorcortex-slides.umd.js 61.0 kB / 6.4 kB / 5.2 kB
LICENCE 1.1 kB / 649 B / 466 B
package.json 3.1 kB / 1.2 kB / 989 B
README.md 19.3 kB / 2.5 kB / 2.1 kB
renovate.json 174 B / 138 B / 117 B
rollup.config.js 941 B / 369 B / 321 B
slides.png 11.8 kB / 11.2 kB / 11.2 kB
src/BtTslide.js 4.6 kB / 1.2 kB / 966 B
src/BtTslideDate.js 8.7 kB / 1.6 kB / 1.4 kB
src/index.js 3.0 kB / 493 B / 424 B
src/Intro.js 8.8 kB / 1.7 kB / 1.4 kB
src/LtRslide.js 4.4 kB / 1.2 kB / 961 B
src/LtRslideTop.js 4.2 kB / 1.1 kB / 948 B
src/RtLslide.js 4.3 kB / 1.1 kB / 947 B
src/Scrollslide.js 6.0 kB / 1.3 kB / 1.1 kB
src/SlideDateOne.js 9.3 kB / 1.9 kB / 1.6 kB
src/SlideDateOneVid.js 10.2 kB / 2.1 kB / 1.8 kB
src/SlideDateTwo.js 10.8 kB / 1.8 kB / 1.6 kB
src/Transition.js 1.8 kB / 651 B / 521 B
src/validation.js 4.5 kB / 393 B / 342 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/peter-evans-create-pull-request-5.x branch from f60d2ed to c51ea44 Compare May 2, 2023 04:17
@sonarcloud
Copy link

sonarcloud bot commented May 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/peter-evans-create-pull-request-5.x branch from c51ea44 to f8514cb Compare June 14, 2023 04:38
@sonarcloud
Copy link

sonarcloud bot commented Jun 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(deps): update peter-evans/create-pull-request action to v5 chore(deps): update peter-evans/create-pull-request action to v5 - autoclosed Jan 31, 2024
@renovate renovate bot closed this Jan 31, 2024
@renovate renovate bot deleted the renovate/peter-evans-create-pull-request-5.x branch January 31, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants