You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version change:actions/checkout v6.0.3 → v7.0.0 (major)
Changes:
Block checking out fork PRs for pull_request_target and workflow_run events (security hardening)
Internal upgrade to ESM modules and dependency bumps (flatted, js-yaml, @actions/core, @actions/tool-cache)
Breaking changes: v7 blocks fork PR checkout under pull_request_target and workflow_run triggers. None of the 4 updated workflows use these triggers — they use workflow_call (build.yaml), pull_request (pre-merge.yaml), push on tags (promote.yaml), and workflow_dispatch (release.yaml). The breaking change does not apply here.
Note:review.yml does use pull_request_target but is not modified by this PR — it delegates to reusable workflows in scality/workflows which manage their own checkout version.
Security concerns: None. The v7 change is itself a security improvement. No supply chain anomalies — changes are from the GitHub actions org maintainers.
Impact on codebase: The diff is purely mechanical: 4 SHA pin updates with version comment changes. No workflow logic, inputs, or behavior is altered.
CI status:lint, test, and build checks are still in progress — verify they pass before merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.3→v7.0.0Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.