← gitpulse
Merged
Size
XS
Change Breakdown
Dependencies60%
CI/CD30%
Maintenance10%
#16chore(deps): bump actions/setup-node from 4 to 6

CI workflows updated with setup-node v6

GitHub Actions workflows are being updated to use setup-node v6, bringing CI pipelines in line with the latest release that introduces automatic package manager caching and updated internal dependencies.

The CI infrastructure is receiving a version update. GitHub's setup-node action is being bumped from v4 to v6 across all three workflow files that handle continuous integration, publishing, and releases. This major version jump brings automatic package manager caching improvements and updates to internal dependencies. Workflows continue to use Node 22 with yarn caching enabled, so existing behavior is preserved while the underlying action gains the latest improvements and security patches accumulated since v4.