Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2023

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.0
google-github-actions/release-please-action action major v3 -> v4
hashicorp/vault-action action major v2.7.3 -> v3.1.0
isbang/compose-action action major v1.4.1 -> v2.2.0
stefanzweifel/git-auto-commit-action action major v4 -> v5

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.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.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.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: hoverkraft-tech/compose-action@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: hoverkraft-tech/compose-action@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: hoverkraft-tech/compose-action@v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: hoverkraft-tech/compose-action@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: hoverkraft-tech/compose-action@v1.5.1...v2.0.0

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: hoverkraft-tech/compose-action@v1.5.0...v1.5.1

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: hoverkraft-tech/compose-action@v1.4.1...v1.5.0

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

v5

Compare Source

Changed
Fixed
Dependency Updates

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 renovate bot force-pushed the renovate/major-all-github-actions branch from 62256c2 to c8815f2 Compare February 1, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from c8815f2 to 2e8b384 Compare February 15, 2024 19:19
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from 2e8b384 to c1df6a7 Compare March 8, 2024 13:56
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from c1df6a7 to 5b2f243 Compare April 3, 2024 10:45
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from 5b2f243 to c85074d Compare April 10, 2024 20:54
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch 2 times, most recently from f0a3f45 to b0f88c6 Compare June 24, 2024 15:51
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from b0f88c6 to 7855062 Compare September 20, 2024 14:32
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from 7855062 to b38216e Compare December 26, 2024 17:25
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch 2 times, most recently from 09963ed to 48b81a8 Compare January 9, 2025 22:37
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from 48b81a8 to acc4328 Compare January 20, 2025 12:35
@renovate renovate bot force-pushed the renovate/major-all-github-actions branch from acc4328 to b8f2b1d Compare January 30, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants