Releases: peter-evans/create-pull-request
Releases · peter-evans/create-pull-request
Create Pull Request v4.0.0
Breaking changes
- The
add-paths
input no longer accepts-A
as a valid value. When committing all new and modified files theadd-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
- README.md: Add word "permissions" to part on GITHUB_TOKEN by @hartwork in #1082
- docs: Document how to improve close-and-reopen user experience by @hartwork in #1084
- README.md: Skip follow-up steps if there is no pull request by @hartwork in #1083
- v4 by @peter-evans in #1099
New Contributors
Full Changelog: v3.14.0...v4.0.0
Create Pull Request v3.14.0
This release reverts a commit made to bump the runtime to node 16. It inadvertently caused an issue for users on GitHub Enterprise. Apologies. 🙇♂️
What's Changed
- feat: revert update action runtime to node 16 by @peter-evans 18f7dc0
Full Changelog: v3.13.0...v3.14.0
Create Pull Request v3.13.0
What's Changed
- Document that draft status changes are not reflected by @willthames in #1064
- fix: remove unused draft param from pull update by @peter-evans in #1065
- Update action runtime to node 16 by @sibiraj-s in #1074
New Contributors
- @willthames made their first contribution in #1064
- @sibiraj-s made their first contribution in #1074
Full Changelog: v3.12.1...v3.13.0
Create Pull Request v3.12.1
What's Changed
- ci: remove workflow by @peter-evans in #1046
- fix: add '--' to checkout command to avoid ambiguity by @kenji-miyake in #1051
New Contributors
- @kenji-miyake made their first contribution in #1051
Full Changelog: v3.12.0...v3.12.1
Create Pull Request v3.12.0
What's Changed
- docs: Update to include app permissions needed to add teams as reviewers by @irphilli in #986
- docs: update marketplace logo by @MichaelCurrin in #992
- Update dependencies by @actions-bot in #967
- feat: add-paths input by @avdeev-dima-tutu, @avdim, @peter-evans in #1010
New Contributors
- @irphilli made their first contribution in #986
- @MichaelCurrin made their first contribution in #992
- @avdeev-dima-tutu, @avdim made their first contribution in #1005
Full Changelog: v3.11.0...v3.12.0
Create Pull Request v3.11.0
What's Changed
- Update dependencies by @actions-bot in #894
- Update dependencies by @actions-bot in #932
- Update distribution by @github-actions in #958
- build(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #955
- feat: add output for head sha by @peter-evans in #976
- Update distribution by @github-actions in #981
Full Changelog: v3.10.1...v3.11.0
Create Pull Request v3.10.1
- Minor fix to add missing outputs to the
actions.yml
metadata
Create Pull Request v3.10.0
- Adds support for the
https_proxy
environment variable to allow the action to be used on self-hosted runners behind a corporate proxy.
Create Pull Request v3.9.2
- Minor improvement to the log output during create/update of pull requests.
Create Pull Request v3.9.1
- Removes the input
gpg-sign
, added in3.9.0
. The input is unnecessary and GPG commit signature verification works without it. See the documentation for usage details.