Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
:sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot:
Behaviour changes
- Action input
git-tokenhas been renamedbranch-token, to be more clear about its purpose. Thebranch-tokenis the token that the action will use to create and update the branch.- The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
- The
pull-request-operationoutput now returnsnonewhen no operation was executed.- Removed deprecated output environment variable
PULL_REQUEST_NUMBER. Please use thepull-request-numberaction output instead.What's new
- The action can now sign commits as
github-actions[bot]when usingGITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.- Action input
draftnow accepts a new valuealways-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.- A new action input
maintainer-can-modifyindicates whether maintainers can modify the pull request. The default istrue, which retains the existing behaviour of the action.- A new output
pull-request-commits-verifiedreturnstrueorfalse, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
- build(deps-dev): bump
@types/nodefrom 18.19.36 to 18.19.39 by@dependabotin peter-evans/create-pull-request#3000- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
@dependabotin peter-evans/create-pull-request#3008- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
@dependabotin peter-evans/create-pull-request#3018- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
@dependabotin peter-evans/create-pull-request#3019- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
@dependabotin peter-evans/create-pull-request#3035- build(deps-dev): bump
@types/nodefrom 18.19.39 to 18.19.41 by@dependabotin peter-evans/create-pull-request#3037- build(deps): bump undici from 6.19.2 to 6.19.4 by
@dependabotin peter-evans/create-pull-request#3036- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
@dependabotin peter-evans/create-pull-request#3038- build(deps-dev): bump
@types/nodefrom 18.19.41 to 18.19.42 by@dependabotin peter-evans/create-pull-request#3070- build(deps): bump undici from 6.19.4 to 6.19.5 by
@dependabotin peter-evans/create-pull-request#3086- build(deps-dev): bump
@types/nodefrom 18.19.42 to 18.19.43 by@dependabotin peter-evans/create-pull-request#3087- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
@dependabotin peter-evans/create-pull-request#3088- build(deps): bump undici from 6.19.5 to 6.19.7 by
@dependabotin peter-evans/create-pull-request#3145- build(deps-dev): bump
@types/nodefrom 18.19.43 to 18.19.44 by@dependabotin peter-evans/create-pull-request#3144- Update distribution by
@actions-botin peter-evans/create-pull-request#3154- build(deps): bump undici from 6.19.7 to 6.19.8 by
@dependabotin peter-evans/create-pull-request#3213- build(deps-dev): bump
@types/nodefrom 18.19.44 to 18.19.45 by@dependabotin peter-evans/create-pull-request#3214- Update distribution by
@actions-botin peter-evans/create-pull-request#3221- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by
@dependabotin peter-evans/create-pull-request#3255- build(deps-dev): bump
@types/nodefrom 18.19.45 to 18.19.46 by@dependabotin peter-evans/create-pull-request#3254- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
@dependabotin peter-evans/create-pull-request#3256- v7 - signed commits by
@peter-evansin peter-evans/create-pull-request#3057New Contributors
@rustycl0ckmade their first contribution in peter-evans/create-pull-request#3057Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0
Create Pull Request v6.1.0
✨ Adds
pull-request-branchas an action output.What's Changed
... (truncated)
67ccf78
fix: preserve unicode in filepaths when commit signing (#3588)bb88e27
build: update distribution (#3583)b378ed5
build(deps): bump p-limit from 6.1.0 to 6.2.0 (#3578)fa9200e
build(deps-dev): bump @types/node from 18.19.67 to
18.19.68 (#3570)16e0059
build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#3560)5bffd5a
build(deps-dev): bump eslint-import-resolver-typescript (#3559)a22a0dd
build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#3544)b27ce37
build(deps-dev): bump @types/node from 18.19.66 to
18.19.67 (#3543)4e0cc19
build(deps): bump @octokit/plugin-paginate-rest from
11.3.5 to 11.3.6 (#3542)25b6871
docs: update scopes for push-to-fork