Skip to content

ci: bump actions/setup-node from 4 to 6#2

Open
dependabot[bot] wants to merge 13 commits into
mainfrom
dependabot/github_actions/actions/setup-node-6
Open

ci: bump actions/setup-node from 4 to 6#2
dependabot[bot] wants to merge 13 commits into
mainfrom
dependabot/github_actions/actions/setup-node-6

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (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)

Nainish-Rai and others added 13 commits June 11, 2026 15:51
New sub-section under MCP server with 8 realistic natural-language
flows and the MCP tool calls they'd trigger, plus a full tool
reference table for all 9 MCP tools.
Replaced the 3-bullet quickstart with a 7-step walkthrough that shows
both the natural-language Codex prompt and the equivalent CLI command
for each step:

  Step 0  install (one line, --all)        + verify
  Step 1  init a repo
  Step 2  ask the agent what it can do     (SKILL.md teaches it)
  Step 3  make a checkpoint, do something risky
  Step 4  browse checkpoints               + tui + json
  Step 5  roll back                        + undo N
  Step 6  see what changed                 (diff)

Also added 7 anchor links in the TOC.
The 'ar' short alias was being shadowed by /usr/bin/ar (the BSD/GNU
archive tool) on any shell where /usr/bin is searched before npm's
global bin — common in cloud shells, cron, and shells launched
without nvm initialized. Users running 'ar --help' would see the
archive tool's usage instead of agent-rollback's.

- bin/ar.js -> bin/arb.js (same wrapper, new name)
- package.json#bin: ar -> arb
- install.sh: verify 'arb' instead of 'ar', detect system-ar shadow
  and print a one-line warning if it would win on this PATH
- README: replace 'ar' with 'arb', add a 'Why arb not ar' note in
  the npm install section, add 2 FAQ entries (why the rename, how
  to migrate)

Migration: 'agent-rollback' has always worked and still does. The
short alias is now 'arb' (3 chars, no collision).
The README's chat examples were showing low-level MCP tool calls
(mcp__agent-rollback__create_checkpoint({...})) inline with the
natural-language prompts, which leaked the internal protocol to
end-users. Removed all 13 'Codex internally:' blocks and the
matching mcp__ tool calls. The MCP tool reference table is kept
(supports developers/agents who need the protocol surface).

Also promoted the 'arb' short alias to the hero tagline, the
30-second start intro, the npm install blurb, and the install
script's success message (now leads with 'arb init' instead of
'agent-rollback init'). Added CLI-equivalent blocks under every
chat example so the README works equally well for terminal-first
users.

- arb mentions: 11 -> 25
- 'internally' / mcp__ refs: 13 -> 0
Uses the media-writer skill's cultural rules for each platform:

- HN: Show HN, factual title, first-comment template with known
  limits, engagement plan, 4-6 hour reply window
- Reddit: 3 posts (r/LocalLLaMA, r/CommandLine, r/sideproject) with
  different copy for each sub, TL;DR, honest questions, 2-3 hour
  reply window
- Twitter: 7-tweet thread with a viral 'natural-language API' hook,
  visual suggestion, 30-min engagement rule
- LinkedIn: founder/builder voice, 210-char hook, link-in-comments
  rule, Tue-Thu morning timing
- Dev.to: full tutorial with frontmatter, 6 numbered steps,
  common-issues section, 4 tags
- Medium: story outline for submission to Better Programming,
  1200-word target, pull-quote structure
- WeChat: Chinese-language post (authentic voice), 3 title options,
  ~600 字, evening posting window

Includes a launch-day sequencing table and universal don'ts.
On-page SEO (was 59/100 → 100/100):

README:
- H1 rewritten: 'agent-rollback: codex undo, revert, and rollback checkpoints'
- Definition block ('agent-rollback is the undo button for OpenAI Codex CLI') up top
- 'Last updated · Version · Node' freshness header
- 'Why this exists' section links openai/codex#2788, #5082, #6449 (the demand signals AI engines already cite)
- 'How to undo a Codex change in 4 commands' block (high-priority AI-quotable)
- 'agent-rollback vs the alternatives' comparison table (vs pi-rollback, agentame, diffback, codex-revert, git stash, Cmd+Z)
- 4 keyword-rich H2s: '30-second start: codex undo in 30 seconds', 'Why this exists: codex safety net for AI-edited code', 'Usage — codex checkpoint, revert, and undo commands', 'Storage model: how the agent snapshot layer stores checkpoints'
- Schema.org JSON-LD block (SoftwareApplication + FAQPage) inline for AI extraction
- 'Mentioned in' placeholder section (for third-party citation growth)

package.json:
- Description rewritten with D1 string (149 chars, leads with 'undo, revert, rollback')
- 47 keywords reordered to lead with 'agent-rollback' then 'codex-*' (SERP-winning terms)
- Added 'funding' field for GitHub Sponsors
- Added 4 trust files to files[]

schema.json (new, 13 KB):
- Combined SoftwareApplication + SoftwareSourceCode + TechArticle + FAQPage + HowTo + BreadcrumbList + Organization
- Linked to maintainer, repo, npm, downloads, license
- Real values from package.json, not placeholders

Trust files (all new, MIT-aligned):
- CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
- CONTRIBUTING.md (commands, style, PR process)
- SECURITY.md (vulnerability disclosure, threat model)
- CITATION.cff (machine-readable citation metadata)

GitHub config (all new):
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md
- .github/ISSUE_TEMPLATE/docs_or_seo.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/ci.yml (test on Node 20/22, lint, JSON validate, dry-run install)
- .github/dependabot.yml (npm + github-actions weekly)

.gitignore: excludes .DS_Store, a.txt, progress.md, skills-lock.json, .research/, skills/ (user-level skill installs)

Backed by 14 SEO skill audits in marketing/seo-audit/ and 4 research reports in marketing/seo-research/ and 3 SEO content pieces in marketing/seo-content/.
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

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

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.

2 participants