Skip to content

Comments

Bump the actions group with 8 updates#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-d10c544145
Open

Bump the actions group with 8 updates#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-d10c544145

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions group with 8 updates:

Package From To
actions/checkout 3 6
actions/setup-node 3 6
lando/pkg-action 2 6
actions/download-artifact 3 7
lando/code-sign-action 2 3
aws-actions/configure-aws-credentials 2 6
actions/upload-artifact 3 6
softprops/action-gh-release 1 2

Updates actions/checkout from 3 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

Updates actions/setup-node from 3 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

Updates lando/pkg-action from 2 to 6

Release notes

Sourced from lando/pkg-action's releases.

v6.0.0

BREAKING CHANGES

  • Updated to actions/upload-artifact@v4

See this migration guide for help in updating your actions.

v5.2.0

  • Added inputs.filename to customize the name of the output binary

v5.1.0

  • Added inputs.upload-key to customize the value of outputs.artifact-key
  • Updated default pkg package to @yao-pkg/pkg@5.16.1

v5.0.0

  • Added support for node20
  • Changed default node version to node20
  • Changed default arch to ${{ runner.arch }}
  • Improved arch behavior so emulation is only used if needed
  • Updated default pkg package to @yao-pkg/pkg@5.11.5 since vercel/pkg is DEPRECATED

v4.0.0

BREAKING CHANGES

  • pkg input now takes any valid spec eg @yao-pkg/pkg@5.10.0 as opposed to just the versions

v3.0.1

  • Reverted node-sync do to extreme slowness using node16 in arm64 environment

v3.0.0

New Features

BREAKING CHANGES

  • node-version input is now just a major version eg 16 instead of node16

v2.2.2

v2.2.1

  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated core actions to v3

v2.2.0

... (truncated)

Changelog

Sourced from lando/pkg-action's changelog.

v6.0.0 - November 15, 2024

BREAKING CHANGES

  • Updated to actions/upload-artifact@v4

See this migration guide for help in updating your actions.

v5.2.0 - November 14, 2024

  • Added inputs.filename to customize the name of the output binary

v5.1.0 - October 26, 2024

  • Added inputs.upload-key to customize the value of outputs.artifact-key
  • Updated default pkg package to @yao-pkg/pkg@5.16.1

v5.0.0 - March 14, 2023

BREAKING CHANGES

  • Added support for node20
  • Changed default node version to node20
  • Changed default arch to ${{ runner.arch }}
  • Improved arch behavior so emulation is only used if needed
  • Updated default pkg package to @yao-pkg/pkg@5.11.5 since vercel/pkg is DEPRECATED

v4.0.0 - December 4, 2023

BREAKING CHANGES

  • pkg input now takes any valid spec eg @yao-pkg/pkg@5.10.0 as opposed to just the versions

v3.0.1 - September 28, 2023

  • Reverted node-sync do to extreme slowness using node16 in arm64 environment

v3.0.0 - September 28, 2023

New Features

BREAKING CHANGES

  • node-version input is now just a major version eg 16 instead of node16

... (truncated)

Commits
  • c1540a1 release v6.0.0 generated by @​lando/prepare-release-action
  • 2e75f33 updated to actions/upload|download-artifact@v4 (#12)
  • c09d1f6 release v5.2.0 generated by @​lando/prepare-release-action
  • e58618c rework to handle dynamic filename output (#11)
  • ce6ce84 release v5.1.0 generated by @​lando/prepare-release-action
  • 20b15f8 update prepare-release-action
  • 6986eaa add upload-key input to explicitly set artifact-key output part 4
  • 9fcc18d add upload-key input to explicitly set artifact-key output part 3
  • ee07f03 add upload-key input to explicitly set artifact-key output part 2
  • 4f0ebfe add upload-key input to explicitly set artifact-key output
  • Additional commits viewable in compare view

Updates actions/download-artifact from 3 to 7

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

... (truncated)

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Updates lando/code-sign-action from 2 to 3

Release notes

Sourced from lando/code-sign-action's releases.

v3.0.0

  • Added inputs.certificate-id for use when using non-Apple signing certs
  • Added inputs.signtool to explicitly use a particular tool but not usage is not recommended
  • Dropped support for linux, it never really worked and wasn't ever needed, it now errors on Linux
  • Improved inputs.file to correctly handle relative and absolute paths
  • Refactored code to be more pluggable in the event we want to support additional future signing methods

v2.2.0

  • Added support for using DigiCert KeyLocker to sign Windows and Linux packages. #7

v2.1.1

v2.1.0

  • Added support for either altool or notarytool for notarizations
  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated to use new @lando/notarize-action@v2
Changelog

Sourced from lando/code-sign-action's changelog.

v3.0.0 - November 19, 2024

BREAKING CHANGES

  • Added inputs.certificate-id for use when using non-Apple signing certs
  • Added inputs.signtool to explicitly use a particular tool but not usage is not recommended
  • Dropped support for linux, it never really worked and wasn't ever needed, it now errors on Linux
  • Improved inputs.file to correctly handle relative and absolute paths
  • Refactored code to be more pluggable in the event we want to support additional future signing methods

v2.2.0 - May 3, 2024

  • Added support for using DigiCert KeyLocker to sign Windows and Linux packages. #7

v2.1.1 - June 17, 2023

v2.1.0 - April 27, 2023

  • Added support for either altool or notarytool for notarizations
  • Switched set-output and save-state to new $GITHUB_OUTPUT and $GITHUB_STATE. See this
  • Updated to use new @lando/notarize-action@v2

v2.0.1 - April 13, 2022

  • Added color and icon to GitHub Marketplace listing

v2.0.0 - April 13, 2022

  • First release
Commits

Updates aws-actions/configure-aws-credentials from 2 to 6

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v6.0.0

6.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Update action to use node24 Note this requires GitHub action runner version v2.327.1 or later (#1632) (a7a2c11)

Features

Bug Fixes

  • properly output aws-account-id and authenticated-arn when using role-chaining (#1633) (7ceaf96)

v5.1.1

5.1.1 (2025-11-24)

Miscellaneous Chores

  • release 5.1.1 (56d6a58)
  • various dependency updates

v5.1.0

5.1.0 (2025-10-06)

Features

Bug Fixes

v5.0.0

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

... (truncated)

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

6.0.0 (2026-02-04)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • properly output aws-account-id and authenticated-arn when using role-chaining (#1633) (7ceaf96)

5.1.1 (2025-11-24)

Miscellaneous Chores

5.1.0 (2025-10-06)

Features

Bug Fixes

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

4.3.1 (2025-08-04)

... (truncated)

Commits

Updates actions/upload-artifact from 3 to 6

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

... (truncated)

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates softprops/action-gh-release from 1 to 2

Release notes

Sourced from softprops/action-gh-release's releases.

v2.0.0

  • update actions.yml declaration to node20 to address warnings
Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.12

  • fix bug leading to empty strings substituted for inputs users don't provide breaking api calls #144
Commits
  • a06a81a release 2.5.0
  • 7da8983 feat: mark release as draft until all artifacts are uploaded (#692)
  • 8797328 chore(deps): bump actions/checkout in the github-actions group (#689)
  • 1bfc62a chore(deps): bump the npm group across 1 directory with 5 updates (#697)
  • 5be0e66 release 2.4.2
  • af658b4 feat: Ensure generated release notes cannot be over 125000 characters (#684)
  • 237aacc chore: bump node to 24.11.0
  • 00362be chore(deps): bump the npm group with 5 updates (#687)
  • 0adea5a chore(deps): bump the npm group with 3 updates (#686)
  • aa05f9d chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-action...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • `@dependabot unignore <depe...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 19, 2026
Bumps the actions group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `6` |
| [actions/setup-node](https://github.com/actions/setup-node) | `3` | `6` |
| [lando/pkg-action](https://github.com/lando/pkg-action) | `2` | `6` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `7` |
| [lando/code-sign-action](https://github.com/lando/code-sign-action) | `2` | `3` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `2` | `6` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `6` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` |


Updates `actions/checkout` from 3 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v6)

Updates `actions/setup-node` from 3 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v6)

Updates `lando/pkg-action` from 2 to 6
- [Release notes](https://github.com/lando/pkg-action/releases)
- [Changelog](https://github.com/lando/pkg-action/blob/main/CHANGELOG.md)
- [Commits](lando/pkg-action@v2...v6)

Updates `actions/download-artifact` from 3 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v7)

Updates `lando/code-sign-action` from 2 to 3
- [Release notes](https://github.com/lando/code-sign-action/releases)
- [Changelog](https://github.com/lando/code-sign-action/blob/main/CHANGELOG.md)
- [Commits](lando/code-sign-action@v2...v3)

Updates `aws-actions/configure-aws-credentials` from 2 to 6
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v2...v6)

Updates `actions/upload-artifact` from 3 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v6)

Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: lando/pkg-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: lando/code-sign-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: softprops/action-gh-release
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-d10c544145 branch from 8fe0f4a to 4db15e5 Compare February 20, 2026 12:47
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants