Conversation
There was a problem hiding this comment.
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.
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v6 |
There was a problem hiding this comment.
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.
Test Results27 tests ±0 25 ✅ - 1 13m 45s ⏱️ + 3m 55s For more details on these failures, see this check. Results for commit 6d9d45d. ± Comparison against base commit 4db9c71. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
actions/checkout (actions/checkout)
v6Compare Source
v5Compare 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.
This PR was generated by Mend Renovate. View the repository job log.