Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v4.0.0

23 Mar 05:25
d6d5519
Compare
Choose a tag to compare

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: v3.14.0...v4.0.0

Create Pull Request v3.14.0

28 Feb 12:24
Compare
Choose a tag to compare

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

Full Changelog: v3.13.0...v3.14.0

Create Pull Request v3.13.0

28 Feb 05:12
89265e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.1...v3.13.0

Create Pull Request v3.12.1

31 Jan 00:57
f22a7da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v3.12.1

Create Pull Request v3.12.0

14 Dec 02:31
dcd5fd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.0...v3.12.0

Create Pull Request v3.11.0

04 Nov 02:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.1...v3.11.0

Create Pull Request v3.10.1

23 Aug 04:04
7380612
Compare
Choose a tag to compare
  • Minor fix to add missing outputs to the actions.yml metadata

Create Pull Request v3.10.0

24 May 06:18
9825ae6
Compare
Choose a tag to compare
  • 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

14 May 05:04
01f7dd1
Compare
Choose a tag to compare
  • Minor improvement to the log output during create/update of pull requests.

Create Pull Request v3.9.1

10 May 00:31
d9d6fd9
Compare
Choose a tag to compare
  • Removes the input gpg-sign, added in 3.9.0. The input is unnecessary and GPG commit signature verification works without it. See the documentation for usage details.