chore(deps): update https://github.com/jdx/mise-action action to v4.3.0 #29

Merged
mxmehl merged 1 commits from renovate/https-github.com-jdx-mise-action-4.x into main 2026-09-03 16:12:54 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://github.com/jdx/mise-action action minor v4.2.4v4.3.0

Release Notes

jdx/mise-action (https://github.com/jdx/mise-action)

v4.3.0: : Install age-filtered mise releases

Compare Source

A small release that adds an opt-in way to hold back from installing brand-new mise releases.

Added

minimum_release_age input (#​604 by @​jdx)

When version is omitted, you can now set minimum_release_age to install the newest stable, non-draft mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes #​603).

- uses: jdx/mise-action@v4
  with:
    minimum_release_age: 7d

It accepts relative durations (24h, 7d, 6mo, 1y) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicit version always takes precedence over minimum_release_age, and invalid dates fail fast.

Full Changelog: https://github.com/jdx/mise-action/compare/v4.2.5...v4.3.0

v4.2.5: : Resilient mise downloads with automatic retries

Compare Source

A small patch release that makes setup more resilient to transient network failures when downloading mise.

Fixed

Retry mise downloads after transient failures (#​597 by @​jdx)

The download helpers previously made a single curl or wget attempt, so a transient GitHub release-asset HTTP or TLS failure would abort setup before mise or any user command could run (see #​596).

Downloads now run through a retry wrapper that makes up to five attempts with a 2s pause between failures, logging a warning on each retry. This applies consistently to binary, checksum, signature, and version fetches. Checksum and minisign verification still run only after a successful download — never inside the retry loop — so integrity guarantees are unchanged.

Full Changelog: https://github.com/jdx/mise-action/compare/v4.2.4...v4.2.5


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/jdx/mise-action](https://github.com/jdx/mise-action) | action | minor | `v4.2.4` → `v4.3.0` | --- ### Release Notes <details> <summary>jdx/mise-action (https://github.com/jdx/mise-action)</summary> ### [`v4.3.0`](https://github.com/jdx/mise-action/releases/tag/v4.3.0): : Install age-filtered mise releases [Compare Source](https://github.com/jdx/mise-action/compare/v4.2.5...v4.3.0) A small release that adds an opt-in way to hold back from installing brand-new mise releases. #### Added ##### `minimum_release_age` input ([#&#8203;604](https://github.com/jdx/mise-action/pull/604) by [@&#8203;jdx](https://github.com/jdx)) When `version` is omitted, you can now set `minimum_release_age` to install the newest **stable, non-draft** mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes [#&#8203;603](https://github.com/jdx/mise-action/issues/603)). ```yaml - uses: jdx/mise-action@v4 with: minimum_release_age: 7d ``` It accepts relative durations (`24h`, `7d`, `6mo`, `1y`) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicit `version` always takes precedence over `minimum_release_age`, and invalid dates fail fast. **Full Changelog**: <https://github.com/jdx/mise-action/compare/v4.2.5...v4.3.0> ### [`v4.2.5`](https://github.com/jdx/mise-action/releases/tag/v4.2.5): : Resilient mise downloads with automatic retries [Compare Source](https://github.com/jdx/mise-action/compare/v4.2.4...v4.2.5) A small patch release that makes setup more resilient to transient network failures when downloading mise. #### Fixed ##### Retry mise downloads after transient failures ([#&#8203;597](https://github.com/jdx/mise-action/pull/597) by [@&#8203;jdx](https://github.com/jdx)) The download helpers previously made a single `curl` or `wget` attempt, so a transient GitHub release-asset HTTP or TLS failure would abort setup before mise or any user command could run (see [#&#8203;596](https://github.com/jdx/mise-action/issues/596)). Downloads now run through a retry wrapper that makes up to five attempts with a 2s pause between failures, logging a warning on each retry. This applies consistently to binary, checksum, signature, and version fetches. Checksum and minisign verification still run only after a successful download — never inside the retry loop — so integrity guarantees are unchanged. **Full Changelog**: <https://github.com/jdx/mise-action/compare/v4.2.4...v4.2.5> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMC4zIiwidXBkYXRlZEluVmVyIjoiNDQuNDguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovate-bot added 1 commit 2026-08-29 03:17:24 +02:00
chore(deps): update https://github.com/jdx/mise-action action to v4.3.0
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m42s
ad7e885514
renovate-bot force-pushed renovate/https-github.com-jdx-mise-action-4.x from 13dd5114ea to ad7e885514 2026-08-29 03:17:24 +02:00 Compare
renovate-bot changed title from chore(deps): update https://github.com/jdx/mise-action action to v4.2.5 to chore(deps): update https://github.com/jdx/mise-action action to v4.3.0 2026-08-29 03:17:24 +02:00
mxmehl merged commit c4d5a68608 into main 2026-09-03 16:12:54 +02:00
mxmehl deleted branch renovate/https-github.com-jdx-mise-action-4.x 2026-09-03 16:12:55 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mxmehl/mehl.mx#29