Skip to content

chore(deps): bump actions/checkout from 5 to 7 - #64

Merged
Aswinmcw merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Aug 18, 2026
Merged

chore(deps): bump actions/checkout from 5 to 7#64
Aswinmcw merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 5 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.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

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 @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested review from a team, Aswin-coder and Aswinmcw as code owners July 27, 2026 07:19
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ttnn-ops-coverage 0ec7c71 Commit Preview URL

Branch Preview URL
Aug 18 2026, 09:32 AM

Aswinmcw
Aswinmcw previously approved these changes Aug 18, 2026

@Aswinmcw Aswinmcw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Verified safe for this repo's usage:

  • ci.yml pins all inputs (python-version: "3.12", node-version: "22", cache: npm) and daily-support-matrix.yml uses only the long-stable fetch-depth/persist-credentials inputs — no reliance on any default that these majors changed.
  • checkout v7's breaking change (blocking fork-PR checkout under pull_request_target/workflow_run) does not apply: ci.yml runs on pull_request, auto-approve.yml is pull_request_target but delegates to an org reusable workflow and performs no checkout of its own, and dependabot branches are in-repo rather than forks.
  • setup-python v7 only drops the pip-install input, which is unused here; setup-node v7's npm caching is unaffected by an explicit cache: npm.
  • This PR's own CI ran the new major (verified actions/checkout@v7 in the job log) and passed all gates.

Touches no package-lock.json, so it cannot contend with the in-flight dependency PRs.

@Aswinmcw
Aswinmcw added this pull request to the merge queue Aug 18, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Aug 18, 2026
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...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 force-pushed the dependabot/github_actions/actions/checkout-7 branch from 78be642 to 0ec7c71 Compare August 18, 2026 09:26

@Aswinmcw Aswinmcw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Re-approving after dependabot's rebase (head 0ec7c712), which dismissed the prior approval once #61/#63 landed ahead of it.

Verified on the rebased head: the diff is still only actions/checkout@v5 -> @v7 (4x in ci.yml, 1x in daily-support-matrix.yml), the rebase correctly preserved the Notify Slack on data change step from #88, and all gates pass on the new head.

Safety rationale unchanged: v7's breaking change blocks fork-PR checkout under pull_request_target/workflow_run, neither of which applies here — ci.yml runs on pull_request, auto-approve.yml performs no checkout of its own, and daily-support-matrix.yml checks out this repo on schedule/workflow_dispatch using only fetch-depth/persist-credentials.

@Aswinmcw
Aswinmcw added this pull request to the merge queue Aug 18, 2026
Merged via the queue into main with commit 22be464 Aug 18, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch August 18, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant