Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update New value References Sourcegraph
actions/checkout action major v6 source code search for "actions/checkout"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 these updates 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 added the bot label Dec 1, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This PR upgrades actions/checkout from v3/v4 to v6 across all workflow files (build.yml, code-style.yml, nightly.yml, publish.yml, and semgrep.yml).

Summary: The upgrade appears straightforward and is applied consistently. Actions Checkout v6 requires Actions Runner v2.329.0+ (especially important for Docker container scenarios like the semgrep workflow). GitHub-hosted runners should already meet this requirement, but if using self-hosted runners, verify the runner version is compatible. The action now uses Node.js 24 runtime and changes how credentials are persisted to files.

View this review on Amp


steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
Copy link

Choose a reason for hiding this comment

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

The semgrep workflow runs inside a Docker container (container: image: returntocorp/semgrep). Actions Checkout v6 requires Actions Runner v2.329.0+ for Docker container action scenarios. Verify that the runner version in use is compatible, or this workflow may fail.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

Test Results

27 tests  ±0   25 ✅  - 1   13m 45s ⏱️ + 3m 55s
 1 suites ±0    1 💤 ±0 
 1 files   ±0    1 ❌ +1 

For more details on these failures, see this check.

Results for commit 6d9d45d. ± Comparison against base commit 4db9c71.

@renovate
Copy link
Author

renovate bot commented Dec 2, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/actions-checkout-6.x branch December 2, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants