chore(deps): update aquaproj/aqua-installer action to v4 #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.2
->v4.0.0
Release Notes
aquaproj/aqua-installer (aquaproj/aqua-installer)
v4.0.0
Compare Source
SHA256 Checksum
#822 If you pass a GitHub Access token via environment variable
env
, it would be overridden by the inputgithub_token
.How to migrate
Pass a GitHub access token by the input
github_token
.Why is this breaking change required?
Recently, GitHub updated rate limits for unauthenticated requests.
https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/
As a result, aqua-installer often hits the API rate limit if a GitHub access token isn't passed via environment variable.
e.g. https://github.com/szksh-lab/.github/actions/runs/15082243052/job/42400373723
It failed to download the standard registry by GitHub content API.
To resolve the issue, we pass a GitHub actions token by default.
And we add the input
github_token
to allow you to change the access token.Features
#822 The input
github_token
is added.You can pass a GitHub access token by input.
By default, GitHub Actions token
${{github.token}}
is passed.Others
#823 chore: update the bootstrap version to v2.51.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.