ci(deps): bump actions/setup-node from 6 to 7 - #35
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 90.75% 90.75%
=======================================
Files 1 1
Lines 119 119
Branches 30 30
=======================================
Hits 108 108
Misses 11 11 🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-7
branch
2 times, most recently
from
September 1, 2026 09:08
b7adf87 to
f96f1ad
Compare
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-7
branch
from
September 1, 2026 09:30
f96f1ad to
644e2e5
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps actions/setup-node from 6 to 7.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Note
Low Risk
CI-only third-party action version bump with identical inputs; no application or runtime code changes.
Overview
Upgrades every Setup Node.js step in GitHub Actions from
actions/setup-node@v6to@v7, with no changes to Node versions, pnpm cache settings, or job logic.The bump applies across CI (lint, typecheck, codegen, test matrix, build, Deno test job), Generate SDK, and Publish Release. v7’s removal of a dummy
NODE_AUTH_TOKENexport may align better with the publish workflow’s npm Trusted Publishing (OIDC) setup, which already avoidsregistry-urlon that step.Reviewed by Cursor Bugbot for commit 644e2e5. Bugbot is set up for automated code reviews on this repo. Configure here.