Skip to content

build(deps): bump actions/setup-node from 4 to 6#99

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

build(deps): bump actions/setup-node from 4 to 6#99
dependabot[bot] wants to merge 13 commits intodevfrom
dependabot/github_actions/dev/actions/setup-node-6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 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 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)

dependabot bot and others added 5 commits January 22, 2026 01:34
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps-dev): bump lodash from 4.17.21 to 4.17.23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2026

Labels

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

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

semantic-release-bot and others added 8 commits February 19, 2026 15:50
## [1.2.1-beta.1](v1.2.0...v1.2.1-beta.1) (2026-02-19)

### Bug Fixes

* create missing dir ([6717dd5](6717dd5))
Problem:
- semantic-release@25 requires Node >=22
- Build tests need to run on Node 18, 20, 22 for compatibility
- Peer dependencies (like TypeScript) not installed with --omit=dev
- Build job doesn't need semantic-release and other dev tooling

Solution:
- Add 'install-peer-deps' npm script for reusability
- Build job: npm ci --omit=dev (skip semantic-release and dev tooling)
- Build job: npm run install-peer-deps
- Build job: test on Node 18.x, 20.x, 22.x
- Release job: Node 22 + full npm ci (with semantic-release)
- Remove caching (simpler, no cache invalidation issues)

Implementation:
- New npm script: 'install-peer-deps' dynamically reads peerDependencies
- Installs all peer deps with --no-save (uses versions from lock file)
- Generic solution that works if more peer deps are added later
- Reusable by developers: npm run install-peer-deps

Benefits:
- Peer dependencies stay in peerDependencies (correct!)
- Users can use any compatible version
- CI gets specific versions from lock file for testing
- Developers can manually install peer deps with one command
- No hardcoded dependency names in workflow or scripts
- Build tests verify package works on all LTS Node versions
- Future-proof: automatically handles new peer dependencies
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/dev/actions/setup-node-6 branch from cff9498 to 16c1da7 Compare February 19, 2026 17:38
@JulianWielga JulianWielga force-pushed the dev branch 3 times, most recently from bf090e9 to a3f874f Compare February 19, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants