Skip to content

chore(deps): update jdx/mise-action action to v4.3.0 - #287

Merged
phanect merged 1 commit into
mainfrom
renovate/github-actions
Aug 29, 2026
Merged

chore(deps): update jdx/mise-action action to v4.3.0#287
phanect merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovaterenovateBot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
jdx/mise-actionactionminorv4.2.5v4.3.0

Release Notes

jdx/mise-action (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@v4with:
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: jdx/mise-action@v4.2.5...v4.3.0


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 09:59 AM, only on Monday (* 9 * * MON)
  • 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added the deps label Aug 29, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Aug 29, 2026

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
configs18f2e22Commit Preview URL

Branch Preview URL
Aug 29 2026, 02:33 AM

@renovate
renovateBotforce-pushed the renovate/github-actions branch from 5715b4f to 18f2e22CompareAugust 29, 2026 02:33
@phanect
phanect merged commit 90703c2 into mainAug 29, 2026
10 checks passed
@phanect
phanect deleted the renovate/github-actions branch August 29, 2026 02:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@phanect