chore(deps): update peter-evans/create-pull-request action to v5 #549
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.2.3
->v5.0.0
Release Notes
peter-evans/create-pull-request
v5.0.0
: Create Pull Request v5.0.0Compare Source
Behaviour changes
branch
. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.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
body-path
, the path to a file containing the pull request body.add-paths
input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.http_proxy
,https_proxy
andno_proxy
.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.git rev-parse --git-dir
command. This allows users with custom repository configurations to use the action.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.4Compare Source
⚙️ Patches some recent security vulnerabilities.
What's Changed
New Contributors
Full Changelog: peter-evans/create-pull-request@v4.2.3...v4.2.4
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, 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.
This PR has been generated by Mend Renovate. View repository job log here.