fluencelabs / registry

Register and discover services via Aqua
http://npmjs.com/@fluencelabs/registry
Apache License 2.0
19 stars 4 forks source link

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

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

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

Release Notes

actions/setup-node (actions/setup-node) ### [`v4`](https://redirect.github.com/actions/setup-node/compare/v3...v4) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v3...v4)
actions/setup-python (actions/setup-python) ### [`v5`](https://redirect.github.com/actions/setup-python/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v4...v5)
baptiste0928/cargo-install (baptiste0928/cargo-install) ### [`v3.1.1`](https://redirect.github.com/baptiste0928/cargo-install/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/baptiste0928/cargo-install/compare/v3.1.0...v3.1.1) ##### Fixed - Pre-release versions are ignored when resolving the latest version. ### [`v3.1.0`](https://redirect.github.com/baptiste0928/cargo-install/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/baptiste0928/cargo-install/compare/v3.0.1...v3.1.0) ##### Changed - Runner arch is included in the cache key. ##### Fixed - Fix runner os version resolution on macOS runners. (issue [#​24](https://redirect.github.com/baptiste0928/cargo-install/issues/24)) ### [`v3.0.1`](https://redirect.github.com/baptiste0928/cargo-install/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/baptiste0928/cargo-install/compare/v3.0.0...v3.0.1) ##### Fixed - Improve git tag/branch resolution. (issue [#​22](https://redirect.github.com/baptiste0928/cargo-install/issues/22)) ### [`v3.0.0`](https://redirect.github.com/baptiste0928/cargo-install/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/baptiste0928/cargo-install/compare/v2.2.0...v3.0.0) ##### Added - Runner os version is included in the cache key. ([#​21](https://redirect.github.com/baptiste0928/cargo-install/issues/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`](https://redirect.github.com/google-github-actions/release-please-action/compare/v3...v4) [Compare Source](https://redirect.github.com/google-github-actions/release-please-action/compare/v3...v4)
hashicorp/vault-action (hashicorp/vault-action) ### [`v3.0.0`](https://redirect.github.com/hashicorp/vault-action/releases/tag/v3.0.0) [Compare Source](https://redirect.github.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://redirect.github.com/hashicorp/vault-action/pull/528) ### [`v2.8.1`](https://redirect.github.com/hashicorp/vault-action/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1) #### 2.8.1 (February 15, 2024) Bugs: - Revert [GH-509](https://redirect.github.com/hashicorp/vault-action/pull/509) which made a backwards incompatible bump of the node runtime from node16 to node20 [GH-527](https://redirect.github.com/hashicorp/vault-action/pull/527) ### [`v2.8.0`](https://redirect.github.com/hashicorp/vault-action/releases/tag/v2.8.0) [Compare Source](https://redirect.github.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://redirect.github.com/hashicorp/vault-action/pull/518) Improvements: - bump jsrsasign from 10.8.6 to 11.0.0 [GH-513](https://redirect.github.com/hashicorp/vault-action/pull/513) - bump [@​actions/core](https://redirect.github.com/actions/core) from 1.10.0 to 1.10.1 [GH-489](https://redirect.github.com/hashicorp/vault-action/pull/489) - bump jest-when from 3.5.2 to 3.6.0 [GH-484](https://redirect.github.com/hashicorp/vault-action/pull/484) - bump jest from 29.5.0 to 29.7.0 [GH-490](https://redirect.github.com/hashicorp/vault-action/pull/490) - bump [@​vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.36.1 to 0.38.1 [GH-503](https://redirect.github.com/hashicorp/vault-action/pull/503) ### [`v2.7.5`](https://redirect.github.com/hashicorp/vault-action/releases/tag/v2.7.5) [Compare Source](https://redirect.github.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://redirect.github.com/hashicorp/vault-action/pull/509) - Bump got from 11.8.5 to 11.8.6 [GH-492](https://redirect.github.com/hashicorp/vault-action/pull/492) ### [`v2.7.4`](https://redirect.github.com/hashicorp/vault-action/releases/tag/v2.7.4) [Compare Source](https://redirect.github.com/hashicorp/vault-action/compare/v2.7.3...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](https://redirect.github.com/hashicorp/vault-action/pull/488)
isbang/compose-action (isbang/compose-action) ### [`v2.0.2`](https://redirect.github.com/hoverkraft-tech/compose-action/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/isbang/compose-action/compare/v2.0.1...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](https://redirect.github.com/neilime) in [https://github.com/hoverkraft-tech/compose-action/pull/75](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/77](https://redirect.github.com/hoverkraft-tech/compose-action/pull/77) - docs: update actions and workflows documentation by [@​hoverkraft-bot](https://redirect.github.com/hoverkraft-bot) in [https://github.com/hoverkraft-tech/compose-action/pull/78](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/79](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/80](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/84](https://redirect.github.com/hoverkraft-tech/compose-action/pull/84) - fix: support absolute path for compose-file input by [@​neilime](https://redirect.github.com/neilime) in [https://github.com/hoverkraft-tech/compose-action/pull/85](https://redirect.github.com/hoverkraft-tech/compose-action/pull/85) - docs: update actions and workflows documentation by [@​hoverkraft-bot](https://redirect.github.com/hoverkraft-bot) in [https://github.com/hoverkraft-tech/compose-action/pull/86](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/87](https://redirect.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`](https://redirect.github.com/hoverkraft-tech/compose-action/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/isbang/compose-action/compare/v2.0.0...v2.0.1) #### What's Changed - chore(deps): bump the github-actions-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/70](https://redirect.github.com/hoverkraft-tech/compose-action/pull/70) - chore(deps): bump docker-compose from 0.24.7 to 0.24.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/69](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/71](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/72](https://redirect.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](https://redirect.github.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/73](https://redirect.github.com/hoverkraft-tech/compose-action/pull/73) - fix: remove console log by [@​neilime](https://redirect.github.com/neilime) in [https://github.com/hoverkraft-tech/compose-action/pull/76](https://redirect.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`](https://redirect.github.com/hoverkraft-tech/compose-action/releases/tag/v2.0.0) [Compare Source](https://redirect.github.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://redirect.github.com/hoverkraft-tech/compose-action/pull/56)) - Make docker-compose cwd aware. ([#​61](https://redirect.github.com/hoverkraft-tech/compose-action/pull/61)) - Add logs debug on post. ([#​63](https://redirect.github.com/hoverkraft-tech/compose-action/pull/63)) - Log docker-compose version. ([#​66](https://redirect.github.com/hoverkraft-tech/compose-action/pull/66)) ##### Fixes - Ensure given docker-compose file(s) are valid and at least one is provided. ([#​65](https://redirect.github.com/hoverkraft-tech/compose-action/pull/65)) ##### Documentation Updates - Multiple updates to actions and workflows documentation. ([#​51](https://redirect.github.com/hoverkraft-tech/compose-action/pull/51), [#​52](https://redirect.github.com/hoverkraft-tech/compose-action/pull/52), [#​53](https://redirect.github.com/hoverkraft-tech/compose-action/pull/53), [#​59](https://redirect.github.com/hoverkraft-tech/compose-action/pull/59), [#​62](https://redirect.github.com/hoverkraft-tech/compose-action/pull/62), [#​64](https://redirect.github.com/hoverkraft-tech/compose-action/pull/64)) ##### Dependency Updates - Bumped the `github-actions-dependencies` group with 3 updates. ([#​46](https://redirect.github.com/hoverkraft-tech/compose-action/pull/46), [#​57](https://redirect.github.com/hoverkraft-tech/compose-action/pull/57)) - Bumped `docker-compose` from 0.24.1 to 0.24.7. ([#​48](https://redirect.github.com/hoverkraft-tech/compose-action/pull/48)) - Bumped the `actions-dependencies` group with 1 update. ([#​58](https://redirect.github.com/hoverkraft-tech/compose-action/pull/58)) - Bumped the `npm-dev-dependencies` group with 1 update. ([#​67](https://redirect.github.com/hoverkraft-tech/compose-action/pull/67)) ##### Continuous Integration - Upgrade GitHub Actions. ([#​60](https://redirect.github.com/hoverkraft-tech/compose-action/pull/60)) - Added `--abort-on-container-exit` option in tests. ([#​18](https://redirect.github.com/hoverkraft-tech/compose-action/pull/18)) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/hoverkraft-tech/compose-action/pull/46](https://redirect.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`](https://redirect.github.com/isbang/compose-action/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/isbang/compose-action/compare/v1.5.0...v1.5.1) #### What's Changed - Upgrade post run operation to docker v2 by [@​mkoehnke](https://redirect.github.com/mkoehnke) in [https://github.com/isbang/compose-action/pull/33](https://redirect.github.com/isbang/compose-action/pull/33) #### New Contributors - [@​mkoehnke](https://redirect.github.com/mkoehnke) made their first contribution in [https://github.com/isbang/compose-action/pull/33](https://redirect.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`](https://redirect.github.com/isbang/compose-action/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/isbang/compose-action/compare/v1.4.1...v1.5.0) #### What's Changed - upgrade: docker-compose to v2 by [@​9bany](https://redirect.github.com/9bany) in [https://github.com/isbang/compose-action/pull/30](https://redirect.github.com/isbang/compose-action/pull/30) #### New Contributors - [@​9bany](https://redirect.github.com/9bany) made their first contribution in [https://github.com/isbang/compose-action/pull/30](https://redirect.github.com/isbang/compose-action/pull/30) **Full Changelog**: https://github.com/isbang/compose-action/compare/v1.4.1...v1.5.0
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action) ### [`v5`](https://redirect.github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v501---2024-04-12) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) ##### Fixed - Fail if attempting to execute git commands in a directory that is not a git-repo. ([#​326](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/326)) [@​ccomendant](https://redirect.github.com/@​ccomendant) ##### Dependency Updates - Bump bats from 1.10.0 to 1.11.0 ([#​325](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/325)) [@​dependabot](https://redirect.github.com/@​dependabot) - Bump release-drafter/release-drafter from 5 to 6 ([#​319](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/319)) [@​dependabot](https://redirect.github.com/@​dependabot) ##### Misc - Clarify `commit_author` input option ([#​315](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/315)) [@​npanuhin](https://redirect.github.com/@​npanuhin) - Add step id explanation for output in README.md ([#​324](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/324)) [@​ChristianVermeulen](https://redirect.github.com/@​ChristianVermeulen) - Linux is not UNIX ([#​321](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/321)) [@​couling](https://redirect.github.com/@​couling)

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.



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