registry icon indicating copy to clipboard operation
registry copied to clipboard

chore(deps): update all github-actions (major)

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v3 -> v4
actions/setup-python action major v4 -> v5
baptiste0928/cargo-install action major v2.2.0 -> v3.3.1
google-github-actions/release-please-action action major v3 -> v4
hashicorp/vault-action action major v2.7.3 -> v3.4.0
isbang/compose-action action major v1.4.1 -> v2.3.0
node uses-with major 18 -> 22
stefanzweifel/git-auto-commit-action action major v4 -> v6

Release Notes

actions/setup-node (actions/setup-node)

v4

Compare Source

actions/setup-python (actions/setup-python)

v5

Compare Source

baptiste0928/cargo-install (baptiste0928/cargo-install)

v3.3.1

Compare Source

Changed
  • Dependencies have been updated.

v3.3.0

Compare Source

Changed
  • Removed the job id from the cache key. This allows the same cache to be used across multiple jobs if the installation arguments are the same.
  • Improved the cache key generation logic.

v3.2.0

Compare Source

[!WARNING]

Versions prior to v3.2 will stop working on February 1st, 2025, due to GitHub changing their cache service APIs. See also the @actions/cache package deprecation notice.

Changed
  • Updated to @actions/cache v4.

v3.1.1

Compare Source

Fixed
  • Pre-release versions are ignored when resolving the latest version.

v3.1.0

Compare Source

Changed
  • Runner arch is included in the cache key.
Fixed
  • Fix runner os version resolution on macOS runners. (issue #​24)

v3.0.1

Compare Source

Fixed
  • Improve git tag/branch resolution. (issue #​22)

v3.0.0

Compare Source

Added
  • Runner os version is included in the cache key. (#​21)
Changed
  • Breaking: The action now runs on Node.js 20.
  • Dependencies have been updated.
google-github-actions/release-please-action (google-github-actions/release-please-action)

v4

Compare Source

hashicorp/vault-action (hashicorp/vault-action)

v3.4.0

Compare Source

3.4.0 (June 13, 2025)

Bugs:

Improvements:

v3.3.0

Compare Source

3.3.0 (March 3, 2025)

Features:

  • Wildcard secret imports can use ** to retain case of exported env keys GH-545

v3.2.0

Compare Source

3.2.0 (March 3, 2025)

Improvements:

  • Add retry for jwt auth login to fix intermittent login failures GH-574

v3.1.0

Compare Source

3.1.0 (January 9, 2025)

Improvements:

  • fix wildcard handling when field contains dot GH-542
  • bump body-parser from 1.20.0 to 1.20.3
  • bump braces from 3.0.2 to 3.0.3
  • bump cross-spawn from 7.0.3 to 7.0.6
  • bump micromatch from 4.0.5 to 4.0.8

Features:

  • secretId is no longer required for approle to support advanced use cases like machine login when bind_secret_id is false. GH-522
  • Use pki configuration to generate certificates from Vault GH-564

v3.0.0

Compare Source

3.0.0 (February 15, 2024)

Improvements:

  • Bump node runtime from node16 to node20 GH-528

v2.8.1

Compare Source

2.8.1 (February 15, 2024)

Bugs:

  • Revert GH-509 which made a backwards incompatible bump of the node runtime from node16 to node20 GH-527

v2.8.0

Compare Source

2.8.0 (February 1, 2024)

Features:

  • Add ignoreNotFound input (default: false) to prevent the action from failing when a secret does not exist GH-518

Improvements:

v2.7.5

Compare Source

2.7.5 (January 30, 2024)

Improvements:

  • Bump node runtime from node16 to node20 GH-509
  • Bump got from 11.8.5 to 11.8.6 GH-492

v2.7.4

Compare Source

2.7.4 (October 26, 2023)

Features:

  • Add ability to specify a wildcard for the key name to get all keys in the path GH-488
isbang/compose-action (isbang/compose-action)

v2.3.0

Compare Source

Release Summary

Features – configurable service log level and streamlined dependency-upgrade helpers. CI – new Release new action version workflow plus Docker Compose added to the update matrix. Dependencies – major refresh: Docker Compose 1.2.0, @​octokit/action 8.0.2, @​actions/github 6.0.1, multiple Hoverkraft CI templates, and actions/create-github-app-token 2.x for improved GitHub API support. Docs – action and workflow guides updated to reflect the new processes.

No breaking changes were detected.

What's Changed

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2...v2.3.0

v2.2.0

Compare Source

Release Summary

This release introduces a new feature allowing users to specify Docker flags as an input, enhancing flexibility in Docker Compose operations. A bug fix ensures that Docker Compose output is now printed only in debug mode, reducing unnecessary log verbosity. Additionally, documentation has been updated to reflect the latest actions and workflows. Dependencies have been updated for GitHub Actions to maintain compatibility and security.

No breaking changes were introduced in this release.

What's Changed

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.1.0...v2.2.0

v2.1.0

Compare Source

Release Summary

This release introduces a new feature that supports specifying the Compose version, enhancing compatibility and usability. Documentation for actions and workflows has been updated, along with multiple dependency upgrades across npm and GitHub Actions to improve performance, security, and compatibility. Minor lint issues in documentation have been fixed to ensure compliance with standards. Development dependencies were updated extensively, including updates to eslint-plugin-jsonc, eslint-plugin-github, and other packages, ensuring a more robust development environment.

No Breaking changes

What's Changed

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.2...v2.1.0

v2.0.2

Compare Source

Release Summary

This release introduces new tests for the attach-dependencies feature, along with support for absolute paths in the compose-file input. Documentation for actions and workflows has been updated, and several dependencies related to GitHub actions and npm development have been bumped to ensure better performance and stability.

No breaking changes have been introduced.

What's Changed

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

BREAKING CHANGES

  • Migrate action to Node.js 20
  • compose-file validation: at least one compose file MUST exist (default one is docker-compose.yml), every given compose files MUST exist

Changelog

Features
  • Migrate to Node.js 20 and TypeScript. (#​56)
  • Make docker-compose cwd aware. (#​61)
  • Add logs debug on post. (#​63)
  • Log docker-compose version. (#​66)
Fixes
  • Ensure given docker-compose file(s) are valid and at least one is provided. (#​65)
Documentation Updates
Dependency Updates
  • Bumped the github-actions-dependencies group with 3 updates. (#​46, #​57)
  • Bumped docker-compose from 0.24.1 to 0.24.7. (#​48)
  • Bumped the actions-dependencies group with 1 update. (#​58)
  • Bumped the npm-dev-dependencies group with 1 update. (#​67)
Continuous Integration
  • Upgrade GitHub Actions. (#​60)
  • Added --abort-on-container-exit option in tests. (#​18)

New Contributors

Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/isbang/compose-action/compare/v1.5.0...v1.5.1

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/isbang/compose-action/compare/v1.4.1...v1.5.0

actions/node-versions (node)

v22.17.0: 22.17.0

Compare Source

Node.js 22.17.0

v22.16.0: 22.16.0

Compare Source

Node.js 22.16.0

v22.15.1: 22.15.1

Compare Source

Node.js 22.15.1

v22.15.0: 22.15.0

Compare Source

Node.js 22.15.0

v22.14.0: 22.14.0

Compare Source

Node.js 22.14.0

v22.13.1: 22.13.1

Compare Source

Node.js 22.13.1

v22.13.0: 22.13.0

Compare Source

Node.js 22.13.0

v22.12.0: 22.12.0

Compare Source

Node.js 22.12.0

v22.11.0: 22.11.0

Compare Source

Node.js 22.11.0

v22.10.0: 22.10.0

Compare Source

Node.js 22.10.0

v22.9.0: 22.9.0

Compare Source

Node.js 22.9.0

v22.8.0: 22.8.0

Compare Source

Node.js 22.8.0

v22.7.0: 22.7.0

Compare Source

Node.js 22.7.0

v22.6.0: 22.6.0

Compare Source

Node.js 22.6.0

v22.5.1: 22.5.1

Compare Source

Node.js 22.5.1

v22.5.0: 22.5.0

Compare Source

Node.js 22.5.0

v22.4.1: 22.4.1

Compare Source

Node.js 22.4.1

v22.4.0: 22.4.0

Compare Source

Node.js 22.4.0

v22.3.0: 22.3.0

Compare Source

Node.js 22.3.0

v22.2.0: 22.2.0

Compare Source

Node.js 22.2.0

v22.1.0: 22.1.0

Compare Source

Node.js 22.1.0

v22.0.0: 22.0.0

Compare Source

Node.js 22.0.0

v20.19.3: 20.19.3

Compare Source

Node.js 20.19.3

v20.19.2: 20.19.2

Compare Source

Node.js 20.19.2

v20.19.1: 20.19.1

Compare Source

Node.js 20.19.1

v20.19.0: 20.19.0

Compare Source

Node.js 20.19.0

v20.18.3: 20.18.3

Compare Source

Node.js 20.18.3

v20.18.2: 20.18.2

Compare Source

Node.js 20.18.2

v20.18.1: 20.18.1

Compare Source

Node.js 20.18.1

v20.18.0: 20.18.0

Compare Source

Node.js 20.18.0

v20.17.0: 20.17.0

Compare Source

Node.js 20.17.0

v20.16.0: 20.16.0

Compare Source

Node.js 20.16.0

v20.15.1: 20.15.1

Compare Source

Node.js 20.15.1

v20.15.0: 20.15.0

Compare Source

Node.js 20.15.0

v20.14.0: 20.14.0

Compare Source

Node.js 20.14.0

v20.13.1: 20.13.1

Compare Source

Node.js 20.13.1

v20.13.0: 20.13.0

Compare Source

Node.js 20.13.0

v20.12.2: 20.12.2

Compare Source

Node.js 20.12.2

v20.12.1: 20.12.1

Compare Source

Node.js 20.12.1

v20.12.0: 20.12.0

Compare Source

Node.js 20.12.0

v20.11.1: 20.11.1

Compare Source

Node.js 20.11.1

v20.11.0: 20.11.0

Compare Source

Node.js 20.11.0

v20.10.0: 20.10.0

Compare Source

Node.js 20.10.0

v20.9.0: 20.9.0

Compare Source

Node.js 20.9.0

v20.8.1: 20.8.1

Compare Source

Node.js 20.8.1

v20.8.0: 20.8.0

Compare Source

Node.js 20.8.0

v20.7.0: 20.7.0

Compare Source

Node.js 20.7.0

v20.6.1: 20.6.1

Compare Source

Node.js 20.6.1

v20.6.0: 20.6.0

Compare Source

Node.js 20.6.0

v20.5.1: 20.5.1

Compare Source

Node.js 20.5.1

v20.5.0: 20.5.0

Compare Source

Node.js 20.5.0

v20.4.0: 20.4.0

Compare Source

Node.js 20.4.0

v20.3.1: 20.3.1

Compare Source

Node.js 20.3.1

v20.3.0: 20.3.0

Compare Source

Node.js 20.3.0

v20.2.0: 20.2.0

Compare Source

Node.js 20.2.0

v20.1.0: 20.1.0

Compare Source

Node.js 20.1.0

v20.0.0: 20.0.0

Compare Source

Node.js 20.0.0

stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)

v6

Compare Source

Fixed

v5

Compare Source

Added
Fixed

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Dec 30 '23 03:12 renovate[bot]