Skip to content

build(deps): bump actions/checkout from 4 to 6#101

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (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
## [1.2.1-beta.1](v1.2.0...v1.2.1-beta.1) (2026-02-19)

### Bug Fixes

* create missing dir ([6717dd5](6717dd5))
@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.

@dependabot dependabot bot force-pushed the dependabot/github_actions/dev/actions/checkout-6 branch from 6336896 to cdc42b1 Compare February 19, 2026 16:06
@dependabot dependabot bot force-pushed the dependabot/github_actions/dev/actions/checkout-6 branch from cdc42b1 to 4d5d3fe Compare February 19, 2026 16:58
JulianWielga and others added 2 commits February 19, 2026 18:36
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/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  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/checkout-6 branch from 4d5d3fe to 031b584 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