Skip to content

chore(deps) Update peter-evans/create-pull-request action to v7 - #214

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/peter-evans-create-pull-request-7.x
Open

chore(deps) Update peter-evans/create-pull-request action to v7#214
renovate[bot] wants to merge 1 commit into
devfrom
renovate/peter-evans-create-pull-request-7.x

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
peter-evans/create-pull-request action major v6.1.0v7.0.11

Release Notes

peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.11: Create Pull Request v7.0.11

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.10...v7.0.11

v7.0.10: Create Pull Request v7.0.10

Compare Source

⚙️ Fixes an issue where updating a pull request failed when targeting a forked repository with the same owner as its parent.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.9...v7.0.10

v7.0.9: Create Pull Request v7.0.9

Compare Source

⚙️ Fixes an incompatibility with the recently released actions/checkout@v6.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.8...v7.0.9

v7.0.8: Create Pull Request v7.0.8

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.7...v7.0.8

v7.0.7: Create Pull Request v7.0.7

Compare Source

⚙️ Fixes an issue with commit signing where modifications to the same file in multiple commits squash into the first commit.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.6...v7.0.7

v7.0.6: Create Pull Request v7.0.6

Compare Source

⚙️ Fixes an issue with commit signing where unicode characters in file paths were not preserved.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.5...v7.0.6

v7.0.5: Create Pull Request v7.0.5

Compare Source

⚙️ Fixes an issue with commit signing to allow it to support symlinks

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.4...v7.0.5

v7.0.4: Create Pull Request v7.0.4

Compare Source

⚙️ Fixes an issue with commit signing to allow it to support submodules

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.3...v7.0.4

v7.0.3: Create Pull Request v7.0.3

Compare Source

⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.2...v7.0.3

v7.0.2: Create Pull Request v7.0.2

Compare Source

⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.1...v7.0.2

v7.0.1: Create Pull Request v7.0.1

Compare Source

⚙️ Fixes an issue affecting one particular use case where the action fails on diff --stat with fatal: ambiguous argument.

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.0...v7.0.1

v7.0.0: Create Pull Request v7.0.0

Compare Source

✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖

Behaviour changes
  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-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 returns none when no operation was executed.
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
What's new
  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • Action input draft now accepts a new value always-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 is true, which retains the existing behaviour of the action.
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • "before 10pm on Sunday"
  • 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.

@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch 4 times, most recently from f4f0766 to 4c42499 Compare September 18, 2024 18:31
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 4c42499 to 4829e43 Compare December 27, 2024 12:21
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 4829e43 to 4b285cd Compare February 24, 2025 13:30
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 4b285cd to c0bc6bc Compare March 4, 2025 16:39
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from c0bc6bc to d0d846c Compare November 22, 2025 20:29
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from d0d846c to 056223d Compare December 5, 2025 17:57
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch 2 times, most recently from fdc886b to 0bd2667 Compare June 17, 2026 13:17
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 0bd2667 to 7151143 Compare June 25, 2026 13:19
@mergify

mergify Bot commented Jun 25, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 7151143 to 761b9b1 Compare June 25, 2026 13:33
@renovate
renovate Bot force-pushed the renovate/peter-evans-create-pull-request-7.x branch from 761b9b1 to 8ed9ba1 Compare June 25, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants