Skip to content

Update actions/checkout action to v7 - #23

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

Update actions/checkout action to v7#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.1.7v7.0.1

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

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

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.

@augmentcode

augmentcode Bot commented Jun 20, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates CI/build/code-scanning workflows to use actions/checkout v7.0.0 (still pinned to an exact commit SHA).
Why: Picks up the latest major release changes and upstream fixes/security improvements in the checkout action.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread .github/workflows/build.yml Outdated
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

@augmentcode augmentcode Bot Jun 20, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

actions/checkout@v7.0.0 now runs as a Node.js action with runs: using: node24; if this repo is executed on GHES/older runners that don’t support Node 24 actions yet, these workflows will start failing at checkout. Other locations where this applies: .github/workflows/ci.yml:15, .github/workflows/codeql-analysis.yml:43

Severity: medium

Other Locations
  • .github/workflows/ci.yml:15
  • .github/workflows/codeql-analysis.yml:43

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@entelligence-ai-pr-reviews

entelligence-ai-pr-reviews Bot commented Jun 20, 2026

Copy link
Copy Markdown

EntelligenceAI PR Summary

This PR bumps the actions/checkout GitHub Action to v7.0.1 across all workflow configurations.

  • Updated pinned commit hash from 692973e3d937129bcbf40652eb9f2f61becf3332 to 3d3c42e5aac5ba805825da76410c181273ba90b1
  • Applied to .github/workflows/build.yml, .github/workflows/ci.yml, and .github/workflows/codeql-analysis.yml
  • Reflects a major version bump (v4 → v7) for improved security, compatibility, and latest fixes

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR performs a straightforward version bump of actions/checkout from v4 (pinned commit 692973e3d937129bcbf40652eb9f2f61becf3332) to v7.0.1 (pinned commit 3d3c42e5aac5ba805825da76410c181273ba90b1) across all three workflow files: build.yml, ci.yml, and codeql-analysis.yml. The change is mechanical and consistent, with no logic, configuration, or application code modified. Using a pinned commit hash for the new version maintains the existing security posture of the repository, and no review comments or heuristic issues were identified.

Key Findings:

  • The commit hash for v7.0.1 (3d3c42e5aac5ba805825da76410c181273ba90b1) is used as a pinned reference in all three workflow files, preserving the supply-chain security practice already established in this repository rather than relying on a mutable tag.
  • All three affected files (build.yml, ci.yml, codeql-analysis.yml) were reviewed and the change is applied uniformly — no workflow was left on the old v4 hash, eliminating any inconsistency risk.
  • No application logic, secrets handling, permissions blocks, or environment variables were touched; the diff is limited exclusively to the uses: actions/checkout@<hash> line in each workflow.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from cc18a74 to 3c83a0f Compare July 25, 2026 15:11
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