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

CI workflows updated to actions/setup-node v6

GitHub Actions workflows have been updated to use the latest version of the Node.js setup action, bringing automatic package caching, Node 24 compatibility, and updated dependencies into the project's CI pipeline.

The project's CI infrastructure has been brought up to date. Three workflow files now use the latest version of the Node.js setup action for GitHub Actions — the tool responsible for installing and configuring Node.js during automated builds.

This version jump from v4 to v6 includes several improvements. The new action version can automatically detect and cache dependencies when a packageManager field is present in package.json, which should speed up CI runs. It also adds support for Node 24 and includes updated internal dependencies with security fixes.

The change was automated by dependabot and applies to the CI, publish, and release workflows.