Skip to content

build(deps): bump the github-actions group across 1 directory with 2 updates - #29

Merged
Mearman merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-901392d03b
Sep 4, 2026
Merged

build(deps): bump the github-actions group across 1 directory with 2 updates#29
Mearman merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-901392d03b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates in the / directory: actions/checkout and actions/setup-node.

Updates actions/checkout from 6.1.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

v7.0.0

What's Changed

New Contributors

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

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

Updates actions/setup-node from 6.5.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

✅ Claude finished — see below for the result. View job run

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Clean, mechanical bump — nothing to flag.

Verified both pinned SHAs resolve exactly to their claimed tags: actions/checkout@3d3c42e = v7.0.1, actions/setup-node@8207627 = v7.0.0. Both are major version bumps (checkout 6→7, setup-node 6→7), but their release notes are internal (ESM migration, dependency bumps) with no breaking change to inputs/outputs this repository relies on. The one functional change in checkout v7 (blocking fork-PR checkout under pull_request_target/workflow_run) doesn't apply here — every workflow touched uses plain pull_request.

Scope is correctly limited to the github-actions group (actions/checkout, actions/setup-node); action.yml is untouched, consistent with .github/dependabot.yml excluding the pinned anthropics/claude-code-action upstream dependency from this group, so no "investigate and adapt" changes were expected here. Title and description are Dependabot's standard, accurate output — no rewrite needed.

Note for awareness rather than a blocker: both being major bumps means this won't auto-merge under the default DEPENDABOT_AUTOMERGE_LEVELS=patch,minor, so it'll need a manual merge unless that's been widened.

…updates

Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.1.0...3d3c42e)

Updates `actions/setup-node` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2499707...8207627)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the github-actions group with 2 updates build(deps): bump the github-actions group across 1 directory with 2 updates Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-901392d03b branch from 6d780e9 to 632f252 Compare September 3, 2026 15:44
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

✅ Claude finished — see below for the result. View job run

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Clean, mechanical bump — nothing to flag. This is the same commit (632f2523) already reviewed and approved above; re-verified independently rather than duplicating that review's content:

  • Both pinned SHAs resolve exactly to their claimed version comments: actions/checkout@3d3c42ev7.0.1 tag, actions/setup-node@8207627v7.0.0 tag (checked via gh api repos/.../git/refs/tags/...).
  • Repo-wide grep confirms no stray references to the old pins (d23441a/249970729) were left in any workflow.
  • Both are major-version bumps, but nothing in this diff touches action.yml or any input/output this repository consumes — the changes are confined to five workflow files' uses: lines and version comments, consistent with .github/dependabot.yml scoping this group to actions/checkout/actions/setup-node only.
  • Title and description are Dependabot's standard output and are already accurate and specific — no rewrite needed.

Worth noting for awareness, not a blocker: per this repository's own DEPENDABOT_AUTOMERGE_LEVELS default (patch,minor), a major bump like this won't auto-merge and needs a manual merge unless that's been widened.

Nothing else to check — no other open PRs touch these workflow files.

@Mearman
Mearman merged commit d059b9d into main Sep 4, 2026
12 checks passed
@Mearman
Mearman deleted the dependabot/github_actions/github-actions-901392d03b branch September 4, 2026 08:53
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant