chore(deps): update all github-actions (major)
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
baptiste0928/cargo-install (baptiste0928/cargo-install)
v3.3.1
Changed
- Dependencies have been updated.
v3.3.0
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
[!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/cachepackage deprecation notice.
Changed
- Updated to
@actions/cachev4.
v3.1.1
Fixed
- Pre-release versions are ignored when resolving the latest version.
v3.1.0
Changed
- Runner arch is included in the cache key.
Fixed
- Fix runner os version resolution on macOS runners. (issue #24)
v3.0.1
Fixed
- Improve git tag/branch resolution. (issue #22)
v3.0.0
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
hashicorp/vault-action (hashicorp/vault-action)
v3.4.0
3.4.0 (June 13, 2025)
Bugs:
- replace all dot chars during normalization (https://github.com/hashicorp/vault-action/pull/580)
Improvements:
- Prevent possible DoS via polynomial regex (https://github.com/hashicorp/vault-action/pull/583)
v3.3.0
3.3.0 (March 3, 2025)
Features:
- Wildcard secret imports can use
**to retain case of exported env keys GH-545
v3.2.0
3.2.0 (March 3, 2025)
Improvements:
- Add retry for jwt auth login to fix intermittent login failures GH-574
v3.1.0
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:
-
secretIdis no longer required for approle to support advanced use cases like machine login whenbind_secret_idis false. GH-522 - Use
pkiconfiguration to generate certificates from Vault GH-564
v3.0.0
3.0.0 (February 15, 2024)
Improvements:
- Bump node runtime from node16 to node20 GH-528
v2.8.1
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
2.8.0 (February 1, 2024)
Features:
- Add
ignoreNotFoundinput (default: false) to prevent the action from failing when a secret does not exist GH-518
Improvements:
- bump jsrsasign from 10.8.6 to 11.0.0 GH-513
- bump @actions/core from 1.10.0 to 1.10.1 GH-489
- bump jest-when from 3.5.2 to 3.6.0 GH-484
- bump jest from 29.5.0 to 29.7.0 GH-490
- bump @vercel/ncc from 0.36.1 to 0.38.1 GH-503
v2.7.5
2.7.5 (January 30, 2024)
Improvements:
v2.7.4
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
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
- ci: add Release new action version workflow by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/124
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.16.1 to 0.17.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/126
- chore(deps): bump docker-compose from 1.1.0 to 1.1.1 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/127
- chore(deps): bump @octokit/action from 7.0.0 to 7.0.1 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/128
- ci: add docker-compose to dependencies update by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/129
- chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.8.0 to 0.8.1 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/130
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/132
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/133
- chore(deps): bump docker-compose from 1.1.1 to 1.2.0 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/131
- feat: upgrade dependencies by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/135
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/137
- chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/140
- chore(deps): bump @octokit/action from 7.0.1 to 7.0.2 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/142
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.22.0 to 0.22.2 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/143
- chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/145
- chore(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/148
- chore(deps): bump @actions/github from 6.0.0 to 6.0.1 in the actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/147
- chore(deps): bump @octokit/action from 7.0.2 to 8.0.1 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/152
- chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.11.0 to 0.12.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/155
- chore(deps): bump @octokit/action from 8.0.1 to 8.0.2 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/154
- feat: upgrade dependencies by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/157
- feat: make service log level configurable by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/159
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/161
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/162
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.22.3 to 0.23.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/163
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2...v2.3.0
v2.2.0
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
- chore(deps): bump the actions-dependencies group across 1 directory with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/107
- fix: print docker compose output to debug only by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/118
- feat: add docker flags input by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/115
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/121
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/119
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.1.0...v2.2.0
v2.1.0
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
- chore(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/88
- chore(deps): bump docker-compose from 0.24.8 to 1.1.0 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/90
- chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.6.0 to 0.7.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/92
- feat: support compose version by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/93
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/94
- chore(deps-dev): bump eslint-plugin-jsonc from 2.16.0 to 2.17.0 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/96
- chore(deps-dev): bump eslint-plugin-jsonc from 2.17.0 to 2.18.1 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/98
- chore(docs): fix lint issues by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/100
- chore(deps-dev): bump the npm-dev-dependencies group with 3 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/101
- chore(deps-dev): bump eslint-plugin-github from 5.1.1 to 5.1.3 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/102
- chore(deps-dev): bump eslint-plugin-github from 5.1.3 to 5.1.4 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/103
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.15.0 to 0.16.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/105
- chore(deps-dev): bump eslint-plugin-github from 5.1.4 to 5.1.5 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/106
- chore: move @ts-dev-tools to dev deps by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/108
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.2...v2.1.0
v2.0.2
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
- ci: add test for attach-dependencies by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/75
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to 0.13.3 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/77
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/78
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.3 to 0.14.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/79
- chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.5.1 to 0.6.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/80
- chore(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/84
- fix: support absolute path for compose-file input by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/85
- docs: update actions and workflows documentation by @hoverkraft-bot in https://github.com/hoverkraft-tech/compose-action/pull/86
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.14.0 to 0.15.0 in the github-actions-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/87
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/70
- chore(deps): bump docker-compose from 0.24.7 to 0.24.8 by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/69
- chore(deps-dev): bump eslint-plugin-jsonc from 2.15.0 to 2.15.1 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/71
- chore(deps-dev): bump eslint-plugin-jsonc from 2.15.1 to 2.16.0 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/72
- chore(deps-dev): bump eslint-plugin-github from 4.10.2 to 5.0.1 in the npm-dev-dependencies group by @dependabot in https://github.com/hoverkraft-tech/compose-action/pull/73
- fix: remove console log by @neilime in https://github.com/hoverkraft-tech/compose-action/pull/76
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.0...v2.0.1
v2.0.0
BREAKING CHANGES
- Migrate action to Node.js 20
-
compose-filevalidation: at least one compose file MUST exist (default one isdocker-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-dependenciesgroup with 3 updates. (#46, #57) - Bumped
docker-composefrom 0.24.1 to 0.24.7. (#48) - Bumped the
actions-dependenciesgroup with 1 update. (#58) - Bumped the
npm-dev-dependenciesgroup with 1 update. (#67)
Continuous Integration
New Contributors
- @dependabot made their first contribution in https://github.com/hoverkraft-tech/compose-action/pull/46
Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0
v1.5.1
What's Changed
- Upgrade post run operation to docker v2 by @mkoehnke in https://github.com/isbang/compose-action/pull/33
New Contributors
- @mkoehnke made their first contribution in https://github.com/isbang/compose-action/pull/33
Full Changelog: https://github.com/isbang/compose-action/compare/v1.5.0...v1.5.1
v1.5.0
What's Changed
- upgrade: docker-compose to v2 by @9bany in https://github.com/isbang/compose-action/pull/30
New Contributors
- @9bany made their first contribution in https://github.com/isbang/compose-action/pull/30
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
Node.js 22.17.0
v22.16.0: 22.16.0
Node.js 22.16.0
v22.15.1: 22.15.1
Node.js 22.15.1
v22.15.0: 22.15.0
Node.js 22.15.0
v22.14.0: 22.14.0
Node.js 22.14.0
v22.13.1: 22.13.1
Node.js 22.13.1
v22.13.0: 22.13.0
Node.js 22.13.0
v22.12.0: 22.12.0
Node.js 22.12.0
v22.11.0: 22.11.0
Node.js 22.11.0
v22.10.0: 22.10.0
Node.js 22.10.0
v22.9.0: 22.9.0
Node.js 22.9.0
v22.8.0: 22.8.0
Node.js 22.8.0
v22.7.0: 22.7.0
Node.js 22.7.0
v22.6.0: 22.6.0
Node.js 22.6.0
v22.5.1: 22.5.1
Node.js 22.5.1
v22.5.0: 22.5.0
Node.js 22.5.0
v22.4.1: 22.4.1
Node.js 22.4.1
v22.4.0: 22.4.0
Node.js 22.4.0
v22.3.0: 22.3.0
Node.js 22.3.0
v22.2.0: 22.2.0
Node.js 22.2.0
v22.1.0: 22.1.0
Node.js 22.1.0
v22.0.0: 22.0.0
Node.js 22.0.0
v20.19.3: 20.19.3
Node.js 20.19.3
v20.19.2: 20.19.2
Node.js 20.19.2
v20.19.1: 20.19.1
Node.js 20.19.1
v20.19.0: 20.19.0
Node.js 20.19.0
v20.18.3: 20.18.3
Node.js 20.18.3
v20.18.2: 20.18.2
Node.js 20.18.2
v20.18.1: 20.18.1
Node.js 20.18.1
v20.18.0: 20.18.0
Node.js 20.18.0
v20.17.0: 20.17.0
Node.js 20.17.0
v20.16.0: 20.16.0
Node.js 20.16.0
v20.15.1: 20.15.1
Node.js 20.15.1
v20.15.0: 20.15.0
Node.js 20.15.0
v20.14.0: 20.14.0
Node.js 20.14.0
v20.13.1: 20.13.1
Node.js 20.13.1
v20.13.0: 20.13.0
Node.js 20.13.0
v20.12.2: 20.12.2
Node.js 20.12.2
v20.12.1: 20.12.1
Node.js 20.12.1
v20.12.0: 20.12.0
Node.js 20.12.0
v20.11.1: 20.11.1
Node.js 20.11.1
v20.11.0: 20.11.0
Node.js 20.11.0
v20.10.0: 20.10.0
Node.js 20.10.0
v20.9.0: 20.9.0
Node.js 20.9.0
v20.8.1: 20.8.1
Node.js 20.8.1
v20.8.0: 20.8.0
Node.js 20.8.0
v20.7.0: 20.7.0
Node.js 20.7.0
v20.6.1: 20.6.1
Node.js 20.6.1
v20.6.0: 20.6.0
Node.js 20.6.0
v20.5.1: 20.5.1
Node.js 20.5.1
v20.5.0: 20.5.0
Node.js 20.5.0
v20.4.0: 20.4.0
Node.js 20.4.0
v20.3.1: 20.3.1
Node.js 20.3.1
v20.3.0: 20.3.0
Node.js 20.3.0
v20.2.0: 20.2.0
Node.js 20.2.0
v20.1.0: 20.1.0
Node.js 20.1.0
v20.0.0: 20.0.0
Node.js 20.0.0
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v6
Fixed
- Disable Check if Repo is in Detached State (#379) @stefanzweifel
v5
Added
- Add
create_git_tag_onlyoption to skip commiting and always create a git-tag. (#364) @zMynxx - Add Test for
create_git_tag_onlyfeature (#367) @stefanzweifel
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.