Skip to content

chore(deps): update peter-evans/create-pull-request action to v8#291

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/peter-evans-create-pull-request-8.x
Open

chore(deps): update peter-evans/create-pull-request action to v8#291
renovate[bot] wants to merge 1 commit intomainfrom
renovate/peter-evans-create-pull-request-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 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.

@greptile-apps
Copy link

greptile-apps bot commented Mar 23, 2026

Greptile Summary

This PR bumps the peter-evans/create-pull-request GitHub Actions dependency from v7 to v8 in the update-gradle-versions workflow. The change is purely a single-line version pin update with no other modifications to the workflow.

  • The five inputs used by the workflow (commit-message, title, body, branch, delete-branch) are all still supported in v8 — no migration changes are required.
  • The required permissions (contents: write, pull-requests: write) remain unchanged and are sufficient for v8.
  • No new required inputs or breaking behavioural changes affect this specific workflow configuration.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward, low-risk dependency version bump with no functional changes.
  • The change is a single-line update to a well-known, actively maintained GitHub Action. The inputs and permissions used by the workflow are all compatible with v8, and there are no logic or configuration changes introduced.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/update-gradle-versions.yml Single-line version bump of peter-evans/create-pull-request from v7 to v8; no inputs were added, removed, or modified. All five inputs used (commit-message, title, body, branch, delete-branch) remain supported in v8.

Sequence Diagram

sequenceDiagram
    participant Scheduler as Cron / workflow_dispatch
    participant Runner as ubuntu-latest Runner
    participant Script as update_gradle_versions.sh
    participant Gradle as Gradle (tests)
    participant CPR as peter-evans/create-pull-request@v8
    participant GitHub as GitHub API

    Scheduler->>Runner: Trigger workflow
    Runner->>Runner: actions/checkout@v6
    Runner->>Runner: actions/setup-java@v5 (JDK 21)
    Runner->>Script: ./scripts/update_gradle_versions.sh
    Script-->>Runner: Gradle wrapper files updated
    Runner->>Gradle: ./gradlew :project-generator:test :cli:test
    Gradle-->>Runner: Tests pass
    Runner->>CPR: Create pull request (v8)
    CPR->>GitHub: Commit changes + open PR (branch: codex/update-gradle-versions)
    GitHub-->>CPR: PR created/updated
Loading

Reviews (1): Last reviewed commit: "chore(deps): update peter-evans/create-p..." | Re-trigger Greptile

@renovate renovate bot force-pushed the renovate/peter-evans-create-pull-request-8.x branch from 3afdceb to 678062e Compare March 26, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants