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

Merged
mxmehl merged 1 commits from renovate/https-github.com-jdx-mise-action-4.x into main 2026-03-31 17:11:15 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://github.com/jdx/mise-action action major v3.6.2v4.0.1

Release Notes

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

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: https://github.com/jdx/mise-action/compare/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: https://github.com/jdx/mise-action/compare/v3...v4.0.0

v3.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/jdx/mise-action](https://github.com/jdx/mise-action) | action | major | `v3.6.2` → `v4.0.1` | --- ### Release Notes <details> <summary>jdx/mise-action (https://github.com/jdx/mise-action)</summary> ### [`v4.0.1`](https://github.com/jdx/mise-action/releases/tag/v4.0.1): : Documentation and Internal Cleanup [Compare Source](https://github.com/jdx/mise-action/compare/v4.0.0...v4.0.1) 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 [@&#8203;deining](https://github.com/deining) in [#&#8203;407](https://github.com/jdx/mise-action/pull/407) and [#&#8203;408](https://github.com/jdx/mise-action/pull/408) - Extracted `getCwd()` helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by [@&#8203;altendky](https://github.com/altendky) in [#&#8203;403](https://github.com/jdx/mise-action/pull/403) #### New Contributors - [@&#8203;deining](https://github.com/deining) made their first contribution in [#&#8203;407](https://github.com/jdx/mise-action/pull/407) **Full Changelog**: <https://github.com/jdx/mise-action/compare/v4.0.0...v4.0.1> ### [`v4.0.0`](https://github.com/jdx/mise-action/releases/tag/v4.0.0): : Node.js 24 Runtime [Compare Source](https://github.com/jdx/mise-action/compare/v3.6.3...v4.0.0) 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: ```yaml - 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 - Updated GitHub Actions runtime from Node.js 20 to Node.js 24 by [@&#8203;tumerorkun](https://github.com/tumerorkun) in [#&#8203;395](https://github.com/jdx/mise-action/pull/395) (fixes [#&#8203;394](https://github.com/jdx/mise-action/issues/394)) #### New Contributors - [@&#8203;tumerorkun](https://github.com/tumerorkun) made their first contribution in [#&#8203;395](https://github.com/jdx/mise-action/pull/395) **Full Changelog**: <https://github.com/jdx/mise-action/compare/v3...v4.0.0> ### [`v3.6.3`](https://github.com/jdx/mise-action/releases/tag/v3.6.3) [Compare Source](https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3) #### What's Changed - fix: pass cwd to all exec calls in exportMiseEnv() by [@&#8203;andrewthauer](https://github.com/andrewthauer) in [#&#8203;390](https://github.com/jdx/mise-action/pull/390) - chore: release v3.6.3 by [@&#8203;mise-en-dev](https://github.com/mise-en-dev) in [#&#8203;391](https://github.com/jdx/mise-action/pull/391) #### New Contributors - [@&#8203;andrewthauer](https://github.com/andrewthauer) made their first contribution in [#&#8203;390](https://github.com/jdx/mise-action/pull/390) **Full Changelog**: <https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovate-bot added 1 commit 2026-03-28 02:17:11 +01:00
chore(deps): update https://github.com/jdx/mise-action action to v4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m6s
0b10385728
renovate-bot force-pushed renovate/https-github.com-jdx-mise-action-4.x from 1f3ec6da88 to 0b10385728 2026-03-28 02:17:11 +01:00 Compare
mxmehl merged commit 80b4c2af5c into main 2026-03-31 17:11:15 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mxmehl/mehl.mx#15