Skip to content

chore(ci): bump peter-evans/create-pull-request from 7 to 8#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-pull-request-8
Open

chore(ci): bump peter-evans/create-pull-request from 7 to 8#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-pull-request-8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps peter-evans/create-pull-request from 7 to 8.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.0.0

What's new in v8

What's Changed

New Contributors

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

Create Pull Request v7.0.11

What's Changed

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

Create Pull Request v7.0.10

⚙️ 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

Create Pull Request v7.0.9

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

What's Changed

New Contributors

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot Dependabot: dependabot dependencies Dependabot: dependencies github-actions Dependabot: github-actions labels Mar 29, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner March 29, 2026 06:32
@dependabot dependabot bot added dependabot Dependabot: dependabot dependencies Dependabot: dependencies github-actions Dependabot: github-actions labels Mar 29, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary

This pull request updates the GitHub Action peter-evans/create-pull-request from version 7 to version 8.


Technical Requirements and Constraints

  • Minimum Runner Version: Requires GitHub Actions Runner version 2.327.1 or later for self-hosted runners to ensure Node.js 24 support.
  • Dependency Updates:
    • Upgrades included the actions/checkout action to v6 in both implementation and documentation.
    • Added @octokit/plugin-retry to address retriable server errors, improving robustness in API interactions.
    • Dependencies such as undici and other npm packages have been bumped to newer versions.
  • Handling Failures:
    • Improved error handling for remote prune operations to fail gracefully instead of crashing.

Implementation Considerations

  • Updating the Action to v8 involves adjusting workflows to be compatible with Actions Runner v2.327.1 or later.
  • Workflow

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: documentation

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot: dependabot dependencies Dependabot: dependencies documentation Improvements or additions to documentation github-actions Dependabot: github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants