Skip to content

chore(deps): bump actions/checkout from 6 to 7 - #73

Merged
baanish merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Jun 19, 2026
Merged

chore(deps): bump actions/checkout from 6 to 7#73
baanish merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 19, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploying agent-render with  Cloudflare Pages  Cloudflare Pages

Latest commit: d78d451
Status: ✅  Deploy successful!
Preview URL: https://0eb20069.agent-render.pages.dev
Branch Preview URL: https://dependabot-github-actions-ac-heyu.agent-render.pages.dev

View logs

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

Greptile Summary

This is a Dependabot-generated bump of actions/checkout from v6 to v7 across all five workflow files. The upgrade is consistent and mechanical with no other changes.

  • v7.0.0 includes a notable security hardening change that blocks checkout of fork PRs in pull_request_target and workflow_run triggers, reducing the risk of untrusted code execution in privileged workflow contexts.
  • All other v7 changes are internal dependency bumps (flatted, js-yaml, @actions/core, @actions/tool-cache) and an ESM module upgrade — none of which affect workflow behavior for this repo.

Confidence Score: 5/5

Safe to merge — all five workflow files receive an identical one-line bump with no other changes.

Every change is a single-line version string replacement in a workflow file. The v7 upgrade adds a security guard that blocks fork-PR checkouts in privileged triggers, which is a strict improvement. None of the existing workflows in this repo use pull_request_target or workflow_run, so the new guard has no functional impact here.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps actions/checkout from v6 to v7 — straightforward one-line change with no other modifications.
.github/workflows/claude-code-review.yml Bumps actions/checkout from v6 to v7 — one-line change, no other modifications.
.github/workflows/claude.yml Bumps actions/checkout from v6 to v7 — one-line change, no other modifications.
.github/workflows/codeql.yml Bumps actions/checkout from v6 to v7 — one-line change, no other modifications.
.github/workflows/test.yml Bumps actions/checkout from v6 to v7 — one-line change, no other modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Workflow triggered] --> B[checkout v7]
    B --> C{Trigger type?}
    C -->|push / pull_request / schedule| D[Checkout proceeds normally]
    C -->|pull_request_target or workflow_run from fork| E[Blocked by v7 security guard]
    D --> F[Rest of workflow runs]
    E --> G[Workflow errors safely]
Loading
%%{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[Workflow triggered] --> B[checkout v7]
    B --> C{Trigger type?}
    C -->|push / pull_request / schedule| D[Checkout proceeds normally]
    C -->|pull_request_target or workflow_run from fork| E[Blocked by v7 security guard]
    D --> F[Rest of workflow runs]
    E --> G[Workflow errors safely]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump actions/checkout from ..." | Re-trigger Greptile

@kilo-code-bot

kilo-code-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (5 files)
  • .github/workflows/ci.yml
  • .github/workflows/claude-code-review.yml
  • .github/workflows/claude.yml
  • .github/workflows/codeql.yml
  • .github/workflows/test.yml

This Dependabot PR bumps actions/checkout from v6 to v7 across all 5 workflows. The changes are straightforward, identical version bumps with no logic or config alterations.

The notable v7.0.0 breaking change — blocking checkout of fork PRs for pull_request_target and workflow_run events — does not affect this repository. None of the workflows use either trigger; the triggers in use are pull_request, push, schedule, workflow_dispatch, issue_comment, issues, and pull_request_review/pull_request_review_comment. Safe to merge.


Reviewed by GLM-5.2 · Input: 111.4K · Output: 1.8K · Cached: 86.1K

@baanish
baanish merged commit b8a27dc into main Jun 19, 2026
9 checks passed
@baanish
baanish deleted the dependabot/github_actions/actions/checkout-7 branch June 19, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant