Skip to content

Update peter-evans/create-pull-request action to v8#424

Merged
gjtorikian merged 1 commit intomainfrom
renovate/peter-evans-create-pull-request-8.x
Feb 3, 2026
Merged

Update peter-evans/create-pull-request action to v8#424
gjtorikian merged 1 commit intomainfrom
renovate/peter-evans-create-pull-request-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Type Update Change
peter-evans/create-pull-request action major v7v8

Release Notes

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

v8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from a team as a code owner February 2, 2026 23:04
@renovate renovate bot requested review from gjtorikian and removed request for a team February 2, 2026 23:04
@greptile-apps
Copy link

greptile-apps bot commented Feb 2, 2026

Greptile Overview

Greptile Summary

Updated the peter-evans/create-pull-request GitHub Action from v7 to v8 in the version-bump workflow.

  • The change is a straightforward major version update to the action
  • All existing parameters (token, commit-message, title, body, branch, labels) remain compatible with v8
  • The workflow continues to automate version bumping by updating version.rb and creating PRs
  • No breaking changes affect the current implementation

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Single-line dependency update to a well-maintained GitHub Action, all existing parameters remain compatible with v8, no logic or configuration changes
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/version-bump.yml Updated peter-evans/create-pull-request action from v7 to v8, no breaking changes affecting current usage

Sequence Diagram

sequenceDiagram
    participant User
    participant GH as GitHub Workflow
    participant Bot as GitHub App Bot
    participant Action as peter-evans/create-pull-request@v8
    participant Repo as Repository

    User->>GH: Trigger workflow_dispatch (bump_type)
    GH->>Bot: Generate GitHub App token
    Bot-->>GH: Return token
    GH->>Repo: Checkout code
    GH->>Repo: Read current version from version.rb
    GH->>GH: Calculate new version (bump logic)
    GH->>Repo: Update VERSION in version.rb
    GH->>Action: Create Pull Request (v8)
    Action->>Repo: Create new branch
    Action->>Repo: Commit version change
    Action->>Repo: Open Pull Request
    Action-->>GH: PR created

Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gjtorikian gjtorikian merged commit 0259a54 into main Feb 3, 2026
4 checks passed
@gjtorikian gjtorikian deleted the renovate/peter-evans-create-pull-request-8.x branch February 3, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant