Releases: peter-evans/create-pull-request
Create Pull Request v7.0.5
⚙️ Fixes an issue with commit signing to allow it to support symlinks
What's Changed
- fix: support symlinks when commit signing by @peter-evans in #3359
Full Changelog: v7.0.4...v7.0.5
Create Pull Request v7.0.4
⚙️ Fixes an issue with commit signing to allow it to support submodules
What's Changed
- docs: correct suggestion for bot setup by @henryiii in #3342
- build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in #3343
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in #3344
- fix: support submodules when commit signing by @peter-evans in #3354
New Contributors
Full Changelog: v7.0.3...v7.0.4
Create Pull Request v7.0.3
⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.
What's Changed
- fix: disable abbreviated commit shas in diff by @peter-evans in #3337
Full Changelog: v7.0.2...v7.0.3
Create Pull Request v7.0.2
⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.
What's Changed
- build(deps-dev): bump @types/node from 18.19.48 to 18.19.50 by @dependabot in #3320
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in #3319
- fix: disable diff detection for renames and copies by @peter-evans in #3330
Full Changelog: v7.0.1...v7.0.2
Create Pull Request v7.0.1
⚙️ Fixes an issue affecting one particular use case where the action fails on diff --stat
with fatal: ambiguous argument
.
What's Changed
- build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #3283
- build(deps-dev): bump @types/node from 18.19.46 to 18.19.48 by @dependabot in #3288
- build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in #3289
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #3290
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 by @dependabot in #3291
- fix: handle ambiguous argument failure on diff stat by @peter-evans in #3312
Full Changelog: v7.0.0...v7.0.1
Create Pull Request v7.0.0
✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖
Behaviour changes
- Action input
git-token
has been renamedbranch-token
, to be more clear about its purpose. Thebranch-token
is 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-operation
output now returnsnone
when no operation was executed. - Removed deprecated output environment variable
PULL_REQUEST_NUMBER
. Please use thepull-request-number
action 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
draft
now 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-modify
indicates whether maintainers can modify the pull request. The default istrue
, which retains the existing behaviour of the action. - A new output
pull-request-commits-verified
returnstrue
orfalse
, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
- build(deps-dev): bump @types/node from 18.19.36 to 18.19.39 by @dependabot in #3000
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @dependabot in #3008
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #3018
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @dependabot in #3019
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #3035
- build(deps-dev): bump @types/node from 18.19.39 to 18.19.41 by @dependabot in #3037
- build(deps): bump undici from 6.19.2 to 6.19.4 by @dependabot in #3036
- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in #3038
- build(deps-dev): bump @types/node from 18.19.41 to 18.19.42 by @dependabot in #3070
- build(deps): bump undici from 6.19.4 to 6.19.5 by @dependabot in #3086
- build(deps-dev): bump @types/node from 18.19.42 to 18.19.43 by @dependabot in #3087
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in #3088
- build(deps): bump undici from 6.19.5 to 6.19.7 by @dependabot in #3145
- build(deps-dev): bump @types/node from 18.19.43 to 18.19.44 by @dependabot in #3144
- Update distribution by @actions-bot in #3154
- build(deps): bump undici from 6.19.7 to 6.19.8 by @dependabot in #3213
- build(deps-dev): bump @types/node from 18.19.44 to 18.19.45 by @dependabot in #3214
- Update distribution by @actions-bot in #3221
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @dependabot in #3255
- build(deps-dev): bump @types/node from 18.19.45 to 18.19.46 by @dependabot in #3254
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in #3256
- v7 - signed commits by @peter-evans in #3057
New Contributors
- @rustycl0ck made their first contribution in #3057
Full Changelog: v6.1.0...v7.0.0
Create Pull Request v6.1.0
✨ Adds pull-request-branch
as an action output.
What's Changed
- build(deps): bump undici from 6.14.1 to 6.15.0 by @dependabot in #2873
- Update distribution by @actions-bot in #2878
- build(deps-dev): bump @types/node from 18.19.31 to 18.19.32 by @dependabot in #2884
- build(deps-dev): bump @types/node from 18.19.32 to 18.19.33 by @dependabot in #2890
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #2892
- build(deps): bump undici from 6.15.0 to 6.18.0 by @dependabot in #2891
- Update distribution by @actions-bot in #2907
- build(deps): bump undici from 6.18.0 to 6.18.1 by @dependabot in #2913
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #2914
- Update distribution by @actions-bot in #2921
- build(deps): bump undici from 6.18.1 to 6.18.2 by @dependabot in #2934
- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #2936
- build(deps-dev): bump @types/node from 18.19.33 to 18.19.34 by @dependabot in #2935
- Update distribution by @actions-bot in #2947
- build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by @dependabot in #2959
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #2962
- build(deps-dev): bump ws from 8.11.0 to 8.17.1 by @dependabot in #2970
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #2975
- build(deps-dev): bump @types/node from 18.19.34 to 18.19.36 by @dependabot in #2976
- build(deps): bump undici from 6.18.2 to 6.19.2 by @dependabot in #2977
- Update distribution by @actions-bot in #2990
- feat: add branch name output by @peter-evans in #2995
Full Changelog: v6.0.5...v6.1.0
Create Pull Request v6.0.5
⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.
What's Changed
- fix: update proxy support to follow octokit change to fetch api by @peter-evans in #2867
Full Changelog: v6.0.4...v6.0.5
Create Pull Request v6.0.4
⚡ Improves performance in some cases for very large git repositories.
What's Changed
- perf: limit the fetch depth of pr branch by @peter-evans in #2857
Full Changelog: v6.0.3...v6.0.4
Create Pull Request v6.0.3
⚡ Improves performance of the push-to-fork
feature.
What's Changed
- build(deps-dev): bump @types/node from 18.19.23 to 18.19.25 by @dependabot in #2826
- build(deps-dev): bump @types/node from 18.19.25 to 18.19.26 by @dependabot in #2831
- build(deps-dev): bump @types/node from 18.19.26 to 18.19.28 by @dependabot in #2836
- build(deps-dev): bump @types/node from 18.19.28 to 18.19.31 by @dependabot in #2842
- fix: drop unnecessary fetch with unshallow on push-to-fork by @peter-evans in #2849
Full Changelog: v6.0.2...v6.0.3