hashicorp/vault-action (hashicorp/vault-action)
### [`v3.0.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v3.0.0)
[Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.1...v3.0.0)
#### 3.0.0 (February 15, 2024)
Improvements:
- Bump node runtime from node16 to node20 [GH-528](https://togithub.com/hashicorp/vault-action/pull/528)
### [`v2.8.1`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.1)
[Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1)
#### 2.8.1 (February 15, 2024)
Bugs:
- Revert [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) which made a backwards incompatible bump of the node runtime from node16 to node20 [GH-527](https://togithub.com/hashicorp/vault-action/pull/527)
### [`v2.8.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.0)
[Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.5...v2.8.0)
##### 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](https://togithub.com/hashicorp/vault-action/pull/518)
Improvements:
- bump jsrsasign from 10.8.6 to 11.0.0 [GH-513](https://togithub.com/hashicorp/vault-action/pull/513)
- bump [@actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 [GH-489](https://togithub.com/hashicorp/vault-action/pull/489)
- bump jest-when from 3.5.2 to 3.6.0 [GH-484](https://togithub.com/hashicorp/vault-action/pull/484)
- bump jest from 29.5.0 to 29.7.0 [GH-490](https://togithub.com/hashicorp/vault-action/pull/490)
- bump [@vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to 0.38.1 [GH-503](https://togithub.com/hashicorp/vault-action/pull/503)
### [`v2.7.5`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.5)
[Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.4...v2.7.5)
##### 2.7.5 (January 30, 2024)
Improvements:
- Bump node runtime from node16 to node20 [GH-509](https://togithub.com/hashicorp/vault-action/pull/509)
- Bump got from 11.8.5 to 11.8.6 [GH-492](https://togithub.com/hashicorp/vault-action/pull/492)
isbang/compose-action (isbang/compose-action)
### [`v2.0.0`](https://togithub.com/hoverkraft-tech/compose-action/releases/tag/v2.0.0)
[Compare Source](https://togithub.com/isbang/compose-action/compare/v1.5.1...v2.0.0)
#### 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](https://togithub.com/hoverkraft-tech/compose-action/pull/56))
- Make docker-compose cwd aware. ([#61](https://togithub.com/hoverkraft-tech/compose-action/pull/61))
- Add logs debug on post. ([#63](https://togithub.com/hoverkraft-tech/compose-action/pull/63))
- Log docker-compose version. ([#66](https://togithub.com/hoverkraft-tech/compose-action/pull/66))
##### Fixes
- Ensure given docker-compose file(s) are valid and at least one is provided. ([#65](https://togithub.com/hoverkraft-tech/compose-action/pull/65))
##### Documentation Updates
- Multiple updates to actions and workflows documentation. ([#51](https://togithub.com/hoverkraft-tech/compose-action/pull/51), [#52](https://togithub.com/hoverkraft-tech/compose-action/pull/52), [#53](https://togithub.com/hoverkraft-tech/compose-action/pull/53), [#59](https://togithub.com/hoverkraft-tech/compose-action/pull/59), [#62](https://togithub.com/hoverkraft-tech/compose-action/pull/62), [#64](https://togithub.com/hoverkraft-tech/compose-action/pull/64))
##### Dependency Updates
- Bumped the `github-actions-dependencies` group with 3 updates. ([#46](https://togithub.com/hoverkraft-tech/compose-action/pull/46), [#57](https://togithub.com/hoverkraft-tech/compose-action/pull/57))
- Bumped `docker-compose` from 0.24.1 to 0.24.7. ([#48](https://togithub.com/hoverkraft-tech/compose-action/pull/48))
- Bumped the `actions-dependencies` group with 1 update. ([#58](https://togithub.com/hoverkraft-tech/compose-action/pull/58))
- Bumped the `npm-dev-dependencies` group with 1 update. ([#67](https://togithub.com/hoverkraft-tech/compose-action/pull/67))
##### Continuous Integration
- Upgrade GitHub Actions. ([#60](https://togithub.com/hoverkraft-tech/compose-action/pull/60))
- Added `--abort-on-container-exit` option in tests. ([#18](https://togithub.com/hoverkraft-tech/compose-action/pull/18))
#### New Contributors
- [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/hoverkraft-tech/compose-action/pull/46](https://togithub.com/hoverkraft-tech/compose-action/pull/46)
**Full Changelog**: https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0
pnpm/action-setup (pnpm/action-setup)
### [`v4.0.0`](https://togithub.com/pnpm/action-setup/releases/tag/v4.0.0)
[Compare Source](https://togithub.com/pnpm/action-setup/compare/v3.0.0...v4.0.0)
An error is thrown if one version of pnpm is specified in the `packageManager` field of `package.json` and a different version is specified in the action's settings [#122](https://togithub.com/pnpm/action-setup/pull/122)
### [`v3.0.0`](https://togithub.com/pnpm/action-setup/releases/tag/v3.0.0)
[Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.4.0...v3.0.0)
The action is updated to run on Node.js v20
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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.7.4
->v3.0.0
v1.5.1
->v2.0.0
v2.4.0
->v4.0.0
Release Notes
hashicorp/vault-action (hashicorp/vault-action)
### [`v3.0.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v3.0.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.1...v3.0.0) #### 3.0.0 (February 15, 2024) Improvements: - Bump node runtime from node16 to node20 [GH-528](https://togithub.com/hashicorp/vault-action/pull/528) ### [`v2.8.1`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.1) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1) #### 2.8.1 (February 15, 2024) Bugs: - Revert [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) which made a backwards incompatible bump of the node runtime from node16 to node20 [GH-527](https://togithub.com/hashicorp/vault-action/pull/527) ### [`v2.8.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.5...v2.8.0) ##### 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](https://togithub.com/hashicorp/vault-action/pull/518) Improvements: - bump jsrsasign from 10.8.6 to 11.0.0 [GH-513](https://togithub.com/hashicorp/vault-action/pull/513) - bump [@actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 [GH-489](https://togithub.com/hashicorp/vault-action/pull/489) - bump jest-when from 3.5.2 to 3.6.0 [GH-484](https://togithub.com/hashicorp/vault-action/pull/484) - bump jest from 29.5.0 to 29.7.0 [GH-490](https://togithub.com/hashicorp/vault-action/pull/490) - bump [@vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to 0.38.1 [GH-503](https://togithub.com/hashicorp/vault-action/pull/503) ### [`v2.7.5`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.5) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.4...v2.7.5) ##### 2.7.5 (January 30, 2024) Improvements: - Bump node runtime from node16 to node20 [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) - Bump got from 11.8.5 to 11.8.6 [GH-492](https://togithub.com/hashicorp/vault-action/pull/492)isbang/compose-action (isbang/compose-action)
### [`v2.0.0`](https://togithub.com/hoverkraft-tech/compose-action/releases/tag/v2.0.0) [Compare Source](https://togithub.com/isbang/compose-action/compare/v1.5.1...v2.0.0) #### 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](https://togithub.com/hoverkraft-tech/compose-action/pull/56)) - Make docker-compose cwd aware. ([#61](https://togithub.com/hoverkraft-tech/compose-action/pull/61)) - Add logs debug on post. ([#63](https://togithub.com/hoverkraft-tech/compose-action/pull/63)) - Log docker-compose version. ([#66](https://togithub.com/hoverkraft-tech/compose-action/pull/66)) ##### Fixes - Ensure given docker-compose file(s) are valid and at least one is provided. ([#65](https://togithub.com/hoverkraft-tech/compose-action/pull/65)) ##### Documentation Updates - Multiple updates to actions and workflows documentation. ([#51](https://togithub.com/hoverkraft-tech/compose-action/pull/51), [#52](https://togithub.com/hoverkraft-tech/compose-action/pull/52), [#53](https://togithub.com/hoverkraft-tech/compose-action/pull/53), [#59](https://togithub.com/hoverkraft-tech/compose-action/pull/59), [#62](https://togithub.com/hoverkraft-tech/compose-action/pull/62), [#64](https://togithub.com/hoverkraft-tech/compose-action/pull/64)) ##### Dependency Updates - Bumped the `github-actions-dependencies` group with 3 updates. ([#46](https://togithub.com/hoverkraft-tech/compose-action/pull/46), [#57](https://togithub.com/hoverkraft-tech/compose-action/pull/57)) - Bumped `docker-compose` from 0.24.1 to 0.24.7. ([#48](https://togithub.com/hoverkraft-tech/compose-action/pull/48)) - Bumped the `actions-dependencies` group with 1 update. ([#58](https://togithub.com/hoverkraft-tech/compose-action/pull/58)) - Bumped the `npm-dev-dependencies` group with 1 update. ([#67](https://togithub.com/hoverkraft-tech/compose-action/pull/67)) ##### Continuous Integration - Upgrade GitHub Actions. ([#60](https://togithub.com/hoverkraft-tech/compose-action/pull/60)) - Added `--abort-on-container-exit` option in tests. ([#18](https://togithub.com/hoverkraft-tech/compose-action/pull/18)) #### New Contributors - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/hoverkraft-tech/compose-action/pull/46](https://togithub.com/hoverkraft-tech/compose-action/pull/46) **Full Changelog**: https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0pnpm/action-setup (pnpm/action-setup)
### [`v4.0.0`](https://togithub.com/pnpm/action-setup/releases/tag/v4.0.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v3.0.0...v4.0.0) An error is thrown if one version of pnpm is specified in the `packageManager` field of `package.json` and a different version is specified in the action's settings [#122](https://togithub.com/pnpm/action-setup/pull/122) ### [`v3.0.0`](https://togithub.com/pnpm/action-setup/releases/tag/v3.0.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.4.0...v3.0.0) The action is updated to run on Node.js v20Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.