⬆️ Update actions/checkout action to v7#598
Conversation
Greptile SummaryBumps
Confidence Score: 5/5Safe to merge — all changes are version string updates with no logic modifications. Every change in this PR is a single-line version bump from v6.0.3 to v7.0.0. The only meaningful behavioral addition in v7 is fork-PR checkout blocking for workflow_run and pull_request_target events. The one affected workflow (docker.yml) is a Docker-publishing pipeline that triggers after a successful package upload and is never invoked by fork PRs, so the new guard is a net security improvement with zero disruption risk. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[actions/checkout v6.0.3] -->|upgraded to| B[actions/checkout v7.0.0]
B --> C[docker.yml\nworkflow_run trigger]
B --> D[docs.yml\npush / pull_request]
B --> E[markdown-code-runner.yml\npush / pull_request]
B --> F[pytest.yml\npush / pull_request]
B --> G[release.yml\nrelease event]
C --> H{Fork PR checkout\nblocking in v7}
H -->|workflow_run in scope| I[No impact in practice\nPublishing pipeline,\nnever fork-PR driven]
D --> J[No behavioral change]
E --> J
F --> J
G --> J
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[actions/checkout v6.0.3] -->|upgraded to| B[actions/checkout v7.0.0]
B --> C[docker.yml\nworkflow_run trigger]
B --> D[docs.yml\npush / pull_request]
B --> E[markdown-code-runner.yml\npush / pull_request]
B --> F[pytest.yml\npush / pull_request]
B --> G[release.yml\nrelease event]
C --> H{Fork PR checkout\nblocking in v7}
H -->|workflow_run in scope| I[No impact in practice\nPublishing pipeline,\nnever fork-PR driven]
D --> J[No behavioral change]
E --> J
F --> J
G --> J
Reviews (1): Last reviewed commit: "⬆️ Update actions/checkout action to v7" | Re-trigger Greptile |
This PR contains the following updates:
v6.0.3→v7.0.0Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.