Skip to content

chore(ci)(deps): bump actions/setup-node from 4 to 6#6

Merged
h2devx merged 1 commit intodevelopfrom
dependabot/github_actions/develop/actions/setup-node-6
Apr 29, 2026
Merged

chore(ci)(deps): bump actions/setup-node from 4 to 6#6
h2devx merged 1 commit intodevelopfrom
dependabot/github_actions/develop/actions/setup-node-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

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 @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

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.

@h2devx
Copy link
Copy Markdown
Contributor

h2devx commented Apr 29, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/github_actions/develop/actions/setup-node-6 branch from 5745ec4 to 445c20d Compare April 29, 2026 01:49
@h2devx h2devx enabled auto-merge (squash) April 29, 2026 01:52
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 dependabot Bot force-pushed the dependabot/github_actions/develop/actions/setup-node-6 branch from 445c20d to 8a5241f Compare April 29, 2026 02:10
@h2devx h2devx merged commit 904bd6f into develop Apr 29, 2026
1 check passed
@h2devx h2devx deleted the dependabot/github_actions/develop/actions/setup-node-6 branch April 29, 2026 02:13
h2devx added a commit that referenced this pull request May 2, 2026
…ated B-MCP-8 fix end-to-end (#36)

## Summary

Standard phase-close docs PR (pattern:
[#25](#25),
[#28](#28),
[#32](#32)). Updates HANDOFF.md
§0 + §6.20 + footer to reflect Phase-15 fully closed end-to-end.

## What Phase-15 delivered (all already shipped)

- [PR #33](#33) — B-MCP-8 fix
(always-include-top-hit + continue-not-break + default max_tokens
4000→8000).
- [PR #34](#34) — release
v0.1.2-beta.5 to main with conflict resolution (--ours).
- Tag `v0.1.2-beta.5` → `4a281f0` + GitHub pre-release.
- `npm publish --tag beta` (user, WebAuthn passkey).
- Smoke against dogfood DB: **2/2 PASS, 0 FAIL** —
`mem.recall("GitFlow")` returns `hits=2` (was 0 in beta.4);
`mem.recall("embedding worker async")` returns `hits=1` (was 0).
- [PR #35](#35) — merge-back
develop ← main with conflict resolution (--theirs).

## What this PR adds

Only HANDOFF.md changes (33 insertions, 30 deletions):

- §0: 10 rows updated to reflect post-publish reality (Fecha, Fase
actual, Paquete npm, Estado del release, Memoria propia, Proximo paso,
etc.).
- §6.20: sub-fases 5-9 marked complete with concrete outcomes (commit
SHAs, conflict resolution patterns, smoke results); new lecciones
durables (#5 smoke script reusability, #6 wire output shape parsing, #7
conflict resolution symmetry); estado del repo post-Phase-15 with actual
SHAs and dist-tags; Siguiente accion concreta refocused.
- Footer "Ultima actualizacion" updated to reflect end-to-end closure.

## Caveat tracked for next phase

`serverInfo.version` reported by the JSON-RPC handshake reads
`0.1.2-beta.3` even though the installed binary is beta.5. Confirmed in
smoke. Cosmetic only — needs `grep -rn "0.1.2-beta" code/src` to locate
hardcoded value before promoting to `release/0.1.2` stable.

## Test plan

- [x] No code changes — pure docs PR (HANDOFF.md only).
- [x] Hooks pre-commit no-op (no `code/src/` changes → typecheck not
triggered).
- [ ] CI green on this PR (typecheck + lint + lint:tests +
validate:modules + build + test:coverage + Sonar all pass over unchanged
source).
- [ ] Squash-merge to develop.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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