fluencelabs / aqua-ipfs

IPFS API bindings for Aqua scripts
Apache License 2.0
19 stars 6 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/setup-node action major v3 -> v4
actions/setup-python action major v4 -> v5
baptiste0928/cargo-install action major v2.0.0 -> v3.1.1
docker/login-action action major v2 -> v3
google-github-actions/release-please-action action major v3 -> v4
hashicorp/vault-action action major v2.4.3 -> v3.0.0
hashicorp/vault-action action major v2.5.0 -> v3.0.0
isbang/compose-action action major v1.4.1 -> v2.0.1
softprops/action-gh-release action major v1 -> v2
stefanzweifel/git-auto-commit-action action major v4 -> v5

Release Notes

actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)
actions/setup-node (actions/setup-node) ### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-node/compare/v3...v4)
actions/setup-python (actions/setup-python) ### [`v5`](https://togithub.com/actions/setup-python/compare/v4...v5) [Compare Source](https://togithub.com/actions/setup-python/compare/v4...v5)
baptiste0928/cargo-install (baptiste0928/cargo-install) ### [`v3.1.1`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v3.1.1) [Compare Source](https://togithub.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://togithub.com/baptiste0928/cargo-install/releases/tag/v3.1.0) [Compare Source](https://togithub.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://togithub.com/baptiste0928/cargo-install/issues/24)) ### [`v3.0.1`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v3.0.1) [Compare Source](https://togithub.com/baptiste0928/cargo-install/compare/v3.0.0...v3.0.1) ##### Fixed - Improve git tag/branch resolution. (issue [#​22](https://togithub.com/baptiste0928/cargo-install/issues/22)) ### [`v3.0.0`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v3.0.0) [Compare Source](https://togithub.com/baptiste0928/cargo-install/compare/v2.2.0...v3.0.0) ##### Added - Runner os version is included in the cache key. ([#​21](https://togithub.com/baptiste0928/cargo-install/issues/21)) ##### Changed - **Breaking:** The action now runs on Node.js 20. - Dependencies have been updated. ### [`v2.2.0`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v2.2.0) [Compare Source](https://togithub.com/baptiste0928/cargo-install/compare/v2.1.0...v2.2.0) ##### Added - Support alternative registries with the `registry` and `index` input parameters. ##### Changed - Crate versions are fetched from the sparse index instead of the crates.io API. ### [`v2.1.0`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v2.1.0) [Compare Source](https://togithub.com/baptiste0928/cargo-install/compare/v2.0.0...v2.1.0) ##### Added - Git installation is now supported with the `git` input parameter. You can specify a branch, tag or commit hash. ([#​14](https://togithub.com/baptiste0928/cargo-install/issues/14)) ##### Usage: ```yaml - name: Install cargo-sort from git uses: baptiste0928/cargo-install@v2 with: crate: cargo-sort git: https://github.com/devinr528/cargo-sort tag: v1.0.9 # `branch` and `commit` are also supported ```
docker/login-action (docker/login-action) ### [`v3`](https://togithub.com/docker/login-action/compare/v2...v3) [Compare Source](https://togithub.com/docker/login-action/compare/v2...v3)
google-github-actions/release-please-action (google-github-actions/release-please-action) ### [`v4`](https://togithub.com/google-github-actions/release-please-action/compare/v3...v4) [Compare Source](https://togithub.com/google-github-actions/release-please-action/compare/v3...v4)
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) ### [`v2.7.4`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.4) [Compare Source](https://togithub.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://togithub.com/hashicorp/vault-action/pull/488) ### [`v2.7.3`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.3) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.2...v2.7.3) ##### 2.7.3 (July 13, 2023) Bugs: - Revert to the handling of secrets in JSON format since v2.1.2 [GH-478](https://togithub.com/hashicorp/vault-action/pull/478) ### [`v2.7.2`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.2) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.1...v2.7.2) ##### 2.7.2 (July 6, 2023) Bugs: - Fix a regression that broke support for secrets in JSON format [GH-473](https://togithub.com/hashicorp/vault-action/pull/473) ### [`v2.7.1`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.1) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.0...v2.7.1) ##### 2.7.1 (July 3, 2023) Bugs: - Revert [GH-466](https://togithub.com/hashicorp/vault-action/pull/466) which caused a regression in secrets stored as JSON strings [GH-471](https://togithub.com/hashicorp/vault-action/pull/471) ### [`v2.7.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.6.0...v2.7.0) Bugs: - Fix a regression that broke support for secrets in JSON format [GH-466](https://togithub.com/hashicorp/vault-action/pull/466) Improvements: - Fix a warning about outputToken being an unexpected input [GH-461](https://togithub.com/hashicorp/vault-action/pull/461) ### [`v2.6.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.6.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.5.0...v2.6.0) ##### 2.6.0 (June 7, 2023) Features: - Add ability to set the `vault_token` output to contain the Vault token after authentication [GH-441](https://togithub.com/hashicorp/vault-action/pull/441) - Add support for userpass and ldap authentication methods [GH-440](https://togithub.com/hashicorp/vault-action/pull/440) - Define an output, `errorMessage`, for vault-action's error messages so subsequent steps can read the errors [GH-446](https://togithub.com/hashicorp/vault-action/pull/446) Bugs: - Handle undefined response in getSecrets error handler [GH-431](https://togithub.com/hashicorp/vault-action/pull/431) ### [`v2.5.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.4.3...v2.5.0) Features: - Adds ability to automatically decode secrets from base64, hex, and utf8 encodings. [GH-408](https://togithub.com/hashicorp/vault-action/pull/408) Improvements: - Improves error messages for Vault authentication failures [GH-409](https://togithub.com/hashicorp/vault-action/pull/409) - bump jest from 28.1.1 to 29.3.1 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397) - bump [@​types/jest](https://togithub.com/types/jest) from 28.1.3 to 29.2.6 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397), [GH-413](https://togithub.com/hashicorp/vault-action/pull/413) - bump jsrsasign from 10.5.27 to 10.6.1 [GH-401](https://togithub.com/hashicorp/vault-action/pull/401) - bump json5 from 2.2.1 to 2.2.3 [GH-404](https://togithub.com/hashicorp/vault-action/pull/404) - bump minimatch from 3.0.4 to 3.1.2 [GH-410](https://togithub.com/hashicorp/vault-action/pull/410)
isbang/compose-action (isbang/compose-action) ### [`v2.0.1`](https://togithub.com/hoverkraft-tech/compose-action/releases/tag/v2.0.1) [Compare Source](https://togithub.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://togithub.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/70](https://togithub.com/hoverkraft-tech/compose-action/pull/70) - chore(deps): bump docker-compose from 0.24.7 to 0.24.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/69](https://togithub.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://togithub.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/71](https://togithub.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://togithub.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/72](https://togithub.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://togithub.com/dependabot) in [https://github.com/hoverkraft-tech/compose-action/pull/73](https://togithub.com/hoverkraft-tech/compose-action/pull/73) - fix: remove console log by [@​neilime](https://togithub.com/neilime) in [https://github.com/hoverkraft-tech/compose-action/pull/76](https://togithub.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://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 ### [`v1.5.1`](https://togithub.com/isbang/compose-action/releases/tag/v1.5.1) [Compare Source](https://togithub.com/isbang/compose-action/compare/v1.5.0...v1.5.1) #### What's Changed - Upgrade post run operation to docker v2 by [@​mkoehnke](https://togithub.com/mkoehnke) in [https://github.com/isbang/compose-action/pull/33](https://togithub.com/isbang/compose-action/pull/33) #### New Contributors - [@​mkoehnke](https://togithub.com/mkoehnke) made their first contribution in [https://github.com/isbang/compose-action/pull/33](https://togithub.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://togithub.com/isbang/compose-action/releases/tag/v1.5.0) [Compare Source](https://togithub.com/isbang/compose-action/compare/v1.4.1...v1.5.0) #### What's Changed - upgrade: docker-compose to v2 by [@​9bany](https://togithub.com/9bany) in [https://github.com/isbang/compose-action/pull/30](https://togithub.com/isbang/compose-action/pull/30) #### New Contributors - [@​9bany](https://togithub.com/9bany) made their first contribution in [https://github.com/isbang/compose-action/pull/30](https://togithub.com/isbang/compose-action/pull/30) **Full Changelog**: https://github.com/isbang/compose-action/compare/v1.4.1...v1.5.0
softprops/action-gh-release (softprops/action-gh-release) ### [`v2`](https://togithub.com/softprops/action-gh-release/compare/v1...v2) [Compare Source](https://togithub.com/softprops/action-gh-release/compare/v1...v2)
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action) ### [`v5`](https://togithub.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v501---2024-04-12) [Compare Source](https://togithub.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://togithub.com/stefanzweifel/git-auto-commit-action/pull/326)) [@​ccomendant](https://togithub.com/@​ccomendant) ##### Dependency Updates - Bump bats from 1.10.0 to 1.11.0 ([#​325](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/325)) [@​dependabot](https://togithub.com/@​dependabot) - Bump release-drafter/release-drafter from 5 to 6 ([#​319](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/319)) [@​dependabot](https://togithub.com/@​dependabot) ##### Misc - Clarify `commit_author` input option ([#​315](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/315)) [@​npanuhin](https://togithub.com/@​npanuhin) - Add step id explanation for output in README.md ([#​324](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/324)) [@​ChristianVermeulen](https://togithub.com/@​ChristianVermeulen) - Linux is not UNIX ([#​321](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/321)) [@​couling](https://togithub.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 is behind base branch, 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.