Skip to content

chore(deps): update actions/checkout action to v7 - autoclosed - #62

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Closed

chore(deps): update actions/checkout action to v7 - autoclosed#62
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v7

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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.

@chronova-agent chronova-agent Bot added chore Maintenance task or dependency update priority: medium Medium priority labels Jul 26, 2026
@chronova-agent

Copy link
Copy Markdown
Contributor

Dependency Update Summary

Package Change Type Recommendation
actions/checkout v4 → v7 major REVIEW

Notes

  • actions/checkout v4 → v7 is a major version jump spanning v5, v6, and v7. This workflow (vouch-manage.yml) only uses actions/checkout with the default inputs — no with: parameters, no persist-credentials, no custom token, no fetch-depth. The breaking change in v7 (blocking checkout of fork PRs for pull_request_target / workflow_run events, per actions/checkout#2454) does not apply: this workflow triggers on discussion_comment, not on those events.
  • All other workflows in the repo (omp-ci.yml, omp-fix-issue.yml, omp.yml, release.yml, test.yml, update-wiki.yml) already use actions/checkout@v7, so this brings vouch-manage.yml into line with the rest of the repo. No consistency concerns.
  • Node 24 runtime: v5+ of the action requires Node 24 on the runner. ubuntu-latest runners ship Node 24, so this is satisfied.
  • v7 also switched the action module to ESM internally — no user-facing effect since the action is consumed via uses:, not imported as a library.
  • No security vulnerabilities are introduced by this upgrade; v7 contains dependency bumps (flatted, js-yaml, etc.) that are routine.

Recommendation rationale: major version, but the only consumer-side breaking change (fork PR blocking) does not affect this workflow, and the rest of the repo is already on v7. Safe to merge once CI confirms the workflow still runs.

📋 Tracked in #5

@renovate renovate Bot changed the title chore(deps): update actions/checkout action to v7 chore(deps): update actions/checkout action to v7 - autoclosed Jul 26, 2026
@renovate renovate Bot closed this Jul 26, 2026
@renovate
renovate Bot deleted the renovate/actions-checkout-7.x branch July 26, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance task or dependency update priority: medium Medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant