Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 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 9, 2026 11:54
@renovate renovate bot requested a review from atainter February 9, 2026 11:54
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 9, 2026

Greptile Overview

Greptile Summary

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

Key Changes:

  • Runtime upgraded from Node.js 20 to Node.js 24
  • No breaking changes to input parameters, outputs, or behavior
  • All existing workflow configuration remains compatible

Impact:

  • Works seamlessly with GitHub-hosted runners
  • No changes required to workflow parameters or logic

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Simple dependency update with no breaking changes, only runtime upgrade from Node.js 20 to 24 which is fully compatible with GitHub-hosted runners
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/version-bump.yml Updated peter-evans/create-pull-request from v7 to v8 (Node.js 20→24 runtime upgrade, no breaking changes)

Sequence Diagram

sequenceDiagram
    participant User
    participant Workflow as Version Bump Workflow
    participant GHApp as GitHub App Token
    participant Git as Git Repository
    participant Action as create-pull-request@v8
    participant GitHub as GitHub API

    User->>Workflow: Trigger workflow_dispatch with bump_type
    Workflow->>GHApp: Generate GitHub App token
    GHApp-->>Workflow: Return app token
    Workflow->>Git: Checkout repository with app token
    Workflow->>Git: Configure Git user
    Workflow->>Git: Extract current version from workos.go
    Workflow->>Git: Calculate new version based on bump_type
    Workflow->>Git: Update Version constant in workos.go
    
    alt major version bump
        Workflow->>Git: Update module path in go.mod
        Workflow->>Git: Update import paths in all .go files
        Workflow->>Git: Update README.md references
    end
    
    Workflow->>Action: Call create-pull-request@v8
    Note over Action: Upgraded from v7 (Node.js 20)<br/>to v8 (Node.js 24)
    Action->>Git: Stage and commit changes
    Action->>GitHub: Create/update pull request
    GitHub-->>Action: Return PR details
    Action-->>Workflow: Return PR number and URL
    Workflow-->>User: Workflow complete
Loading

Copy link
Contributor

@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

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.

0 participants