Library
Library copied to clipboard
chore(deps) Update peter-evans/create-pull-request action to v7
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
peter-evans/create-pull-request | action | major | v6.0.5 -> v7.0.5 |
Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7.0.5
: 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 https://github.com/peter-evans/create-pull-request/pull/3359
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5
v7.0.4
: 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 https://github.com/peter-evans/create-pull-request/pull/3342
- build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3343
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3344
- fix: support submodules when commit signing by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/3354
New Contributors
- @henryiii made their first contribution in https://github.com/peter-evans/create-pull-request/pull/3342
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4
v7.0.3
: 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 https://github.com/peter-evans/create-pull-request/pull/3337
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3
v7.0.2
: 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 https://github.com/peter-evans/create-pull-request/pull/3320
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3319
- fix: disable diff detection for renames and copies by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/3330
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2
v7.0.1
: 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 https://github.com/peter-evans/create-pull-request/pull/3283
- build(deps-dev): bump @types/node from 18.19.46 to 18.19.48 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3288
- build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3289
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3290
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3291
- fix: handle ambiguous argument failure on diff stat by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/3312
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.0...v7.0.1
v7.0.0
: 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-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 https://github.com/peter-evans/create-pull-request/pull/3000
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3008
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3018
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3019
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3035
- build(deps-dev): bump @types/node from 18.19.39 to 18.19.41 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3037
- build(deps): bump undici from 6.19.2 to 6.19.4 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3036
- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3038
- build(deps-dev): bump @types/node from 18.19.41 to 18.19.42 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3070
- build(deps): bump undici from 6.19.4 to 6.19.5 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3086
- build(deps-dev): bump @types/node from 18.19.42 to 18.19.43 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3087
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3088
- build(deps): bump undici from 6.19.5 to 6.19.7 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3145
- build(deps-dev): bump @types/node from 18.19.43 to 18.19.44 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3144
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/3154
- build(deps): bump undici from 6.19.7 to 6.19.8 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3213
- build(deps-dev): bump @types/node from 18.19.44 to 18.19.45 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3214
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/3221
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3255
- build(deps-dev): bump @types/node from 18.19.45 to 18.19.46 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3254
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/3256
- v7 - signed commits by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/3057
New Contributors
- @rustycl0ck made their first contribution in https://github.com/peter-evans/create-pull-request/pull/3057
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0
v6.1.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 https://github.com/peter-evans/create-pull-request/pull/2873
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/2878
- build(deps-dev): bump @types/node from 18.19.31 to 18.19.32 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2884
- build(deps-dev): bump @types/node from 18.19.32 to 18.19.33 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2890
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2892
- build(deps): bump undici from 6.15.0 to 6.18.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2891
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/2907
- build(deps): bump undici from 6.18.0 to 6.18.1 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2913
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2914
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/2921
- build(deps): bump undici from 6.18.1 to 6.18.2 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2934
- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2936
- build(deps-dev): bump @types/node from 18.19.33 to 18.19.34 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2935
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/2947
- build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2959
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2962
- build(deps-dev): bump ws from 8.11.0 to 8.17.1 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2970
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2975
- build(deps-dev): bump @types/node from 18.19.34 to 18.19.36 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2976
- build(deps): bump undici from 6.18.2 to 6.19.2 by @dependabot in https://github.com/peter-evans/create-pull-request/pull/2977
- Update distribution by @actions-bot in https://github.com/peter-evans/create-pull-request/pull/2990
- feat: add branch name output by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/2995
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0
Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.