chore(deps): bump actions/setup-node from 6 to 7 in the all-actions group across 1 directory - #368
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the all-actions group with 1 update in the / directory: [actions/setup-node](https://github.com/actions/setup-node). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
clestons
approved these changes
Aug 10, 2026
clestons
left a comment
Collaborator
There was a problem hiding this comment.
✅ APPROVE — AAStarCommunity/SuperPaymaster#368 [2-round:纯 action 版本号 bump]
actions/setup-node v6 → v7,只改 .github/workflows/abi-docs.yml 一行。v7 的 release notes 里唯一带破坏性的是 「Remove dummy NODE_AUTH_TOKEN export」,所以我把它当成这次唯一需要落实的判据,查了三件事:
- 全仓 7 个 workflow 里,
NODE_AUTH_TOKEN出现 0 次,registry-url也是 0 次 —— 这个仓库从来不走 setup-node 的 npm 发布/鉴权那条路,那条改动够不着它。 abi-docs.yml是唯一用setup-node的 workflow,现在整仓只剩 v7 一个版本,没留下版本不一致。- 这一步的两个入参都还在 v7 的支持面上:
node-version: 20是显式钉死的(不吃默认值变化),cache: pnpm仍受支持;而pnpm/action-setup@v6排在它前面 —— pnpm 必须先存在,setup-node 才能解析 pnpm 的缓存目录,这个顺序没被这次改动动到。
其余都是加法(新增 cache-primary-key/cache-matched-key 输出、ESM 化、@actions/cache → 5.1.0),对本仓无影响。
本轮实际跑了什么(不虚标)
- R1a/R1b(DeepSeek-v4-flash):各 0 条,
TRIAGE: trivial/clean。这次判断是对的 —— 一行 action 版本号,确实没有可从 diff 上读出的缺陷。 - 我自己(工具实证):
gh api .../git/trees?recursive=1列出全部 7 个 workflow · 逐个拉取并统计setup-node@vN/NODE_AUTH_TOKEN/registry-url的出现次数(结果:setup-node 仅 abi-docs 一处且已是 v7;后两者全仓 0)· 读abi-docs.yml确认node-version: 20显式钉死、cache: pnpm、以及pnpm/action-setup排在 setup-node 之前。 - R2/R3/R4 未跑 —— 纯版本号 bump,按既定规则不跑 Codex PK(没有 findings 可挑战);唯一的破坏性变更点已用全仓 grep 证否。
PR-Daemon v4 · R1a/R1b=deepseek-v4-flash · R2/R3/R4 未跑(纯 bump)
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 the all-actions group with 1 update in the / directory: actions/setup-node.
Updates
actions/setup-nodefrom 6 to 7Release 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)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions