Skip to content

chore(deps): update actions/checkout action to v7#282

Merged
phil-davis merged 1 commit into
masterfrom
renovate/actions-checkout-7.x
Jun 19, 2026
Merged

chore(deps): update actions/checkout action to v7#282
phil-davis merged 1 commit into
masterfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6.0.3v7.0.0

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

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 is behind base branch, 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.

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🤖 Automated review by Claude Code review agent.

Overview

This is an automated Renovate dependency bump that updates the actions/checkout GitHub Action from v6.0.3 to v7.0.0 across all four workflow files that use it. Each reference is SHA-pinned with a # v7.0.0 comment, which is the recommended supply-chain-safe pinning practice. This is a low-risk change.

Code quality / style

  • The change preserves the existing SHA-pinning convention (actions/checkout@<sha> # v7.0.0).
  • The new commit SHA (9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) and version comment are consistent across all four files.

Specific suggestions

  • Consistency check: passed. All four workflow files that use actions/checkout are bumped to the same v7.0.0 SHA in this PR:

    • .github/workflows/docker-build-native.yml
    • .github/workflows/docker-build.yml
    • .github/workflows/docker-hub-desc.yml
    • .github/workflows/lint-editorconfig.yml

    No stale v6 reference is left behind, so the major version is pinned uniformly.

  • Scope check: passed. Only workflow YAML files under .github/workflows/ are modified (4 files, +4/-4). No Dockerfiles, scripts, or runtime code touched.

Potential issues / risks

  • Runner Node version (v7 runs on Node 24): actions/checkout v7 bumped its runtime from Node 20 to Node 24. On GitHub-hosted ubuntu-latest runners this is fine — they ship a runner that supports the Node 24 action runtime. The matrix runner in docker-build-native.yml (runs-on: ${{ matrix.runner }}) should be verified to be a GitHub-hosted or up-to-date self-hosted runner; an older self-hosted runner agent could fail to execute a Node 24 action. If this repo only uses GitHub-hosted runners, there is no concern.
  • Behavioral change in v7: v7 blocks checking out fork PR code under pull_request_target and workflow_run events. None of the touched workflows here use those triggers for the checkout step in a way that targets fork refs, so no functional regression is expected. Worth keeping in mind if such triggers are added later.
  • Recommend a green CI run before merge to confirm the runner picks up the Node 24 action without issue.

Overall: safe to merge once CI is green.

@phil-davis phil-davis merged commit db62f51 into master Jun 19, 2026
8 checks passed
@phil-davis phil-davis deleted the renovate/actions-checkout-7.x branch June 19, 2026 04:07
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.

2 participants