Skip to content

chore(deps): update jdx/mise-action action to v4#9

Open
cnap-tech-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-action-4.x
Open

chore(deps): update jdx/mise-action action to v4#9
cnap-tech-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-action-4.x

Conversation

@cnap-tech-renovate
Copy link
Copy Markdown
Contributor

@cnap-tech-renovate cnap-tech-renovate Bot commented Mar 13, 2026

This PR contains the following updates:

Package Type Update Change
jdx/mise-action action major v2v4

Release Notes

jdx/mise-action (jdx/mise-action)

v4.1.0: : automatic --locked installs

Compare Source

This release adds automatic locked installs when a mise.lock is present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.

Added
Automatic --locked install when mise.lock exists (#​495) by @​zeitlinger

When a repo contains mise.lock, the action now automatically passes --locked to mise install (on mise versions that support it). This removes the need to manually set install_args: --locked and prevents mise install from silently mutating the lockfile in CI. Explicit install_args and older mise versions are still respected.

Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating mise.lock mid-run — this surfaces lockfile drift rather than hiding it.

Fixed
  • Cache key collisions across runner providers (#​456) — the default cache key now includes the runner image (e.g. macos15, ubuntu24 for GitHub-hosted runners; self-hosted otherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's ~/.local/share/mise/installs/*, causing failures like does not have an executable named '…' or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.
  • mise-shim.exe missing on Windows (#​476) by @​risu729 — the action now installs mise-shim.exe alongside mise.exe and repairs restored caches that lack the shim. Fixes #​475.
Changed
  • Migrated the bundled action build from ncc (CommonJS) to Rollup (ESM) (#​436). No user-facing behavior change.

Full Changelog: jdx/mise-action@v4.0.1...v4.1.0

v4.0.1: : Documentation and Internal Cleanup

Compare Source

A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.

Changed
  • Updated all README examples to reference jdx/mise-action@v4, actions/checkout@v6, and current tool versions by @​deining in #​407 and #​408
  • Extracted getCwd() helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by @​altendky in #​403
New Contributors

Full Changelog: jdx/mise-action@v4.0.0...v4.0.1

v4.0.0: : Node.js 24 Runtime

Compare Source

A major version bump that updates the action's runtime from Node.js 20 to Node.js 24. GitHub has deprecated Node.js 20 for Actions and will force Node.js 24 as the default starting June 2, 2026. This release proactively adopts the new runtime to eliminate deprecation warnings and ensure continued compatibility.

Breaking Changes
  • The action now runs on the Node.js 24 runtime instead of Node.js 20. If your workflow pins jdx/mise-action@v3, you will continue to see deprecation warnings. Update to jdx/mise-action@v4 to resolve them:

    - uses: jdx/mise-action@v4

    This should be a seamless upgrade for the vast majority of users — no configuration changes are needed beyond updating the version reference.

Changed
New Contributors

Full Changelog: jdx/mise-action@v3...v4.0.0

v4

Compare Source

v3.6.3

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.5.1...v3.6.0

v3.5.1

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.5.0...v3.5.1

v3.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3.0.2...v3.1.0

v3.0.2

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.0.1...v3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: jdx/mise-action@v3.0.0...v3.0.1

v3.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v2...v3.0.0

v3

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
⚙️ Miscellaneous Tasks
New Contributors


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.

@cnap-tech-renovate
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants