Skip to content

chore(deps): update jdx/mise-action action to v4.2.3 - #319

Merged
mrbro-bot[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 24, 2026
Merged

chore(deps): update jdx/mise-action action to v4.2.3#319
mrbro-bot[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@mrbro-bot

@mrbro-bot mrbro-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
jdx/mise-action action patch v4.2.2v4.2.3 OpenSSF Scorecard

Release Notes

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

v4.2.3: : Restore mise PATH propagation

Compare Source

A patch release that restores mise's PATH propagation to subsequent workflow steps — without reintroducing the full-PATH snapshot behavior that v4.2.1 fixed.

Fixed

Export mise PATH entries to subsequent steps (#​575) by @​jdx

v4.2.1 stopped exporting the complete PATH returned by mise env --json into GITHUB_ENV, which correctly prevented snapshotting the runner's environment into subsequent steps. However, that also dropped mise-produced PATH entries — tool shims, [env] _.path directories, and similar — that workflows relied on after the setup step. See #​565.

The action now computes only the prefix that mise prepended to the existing PATH and forwards those directories individually through GITHUB_PATH. This preserves mise's configured ordering, composes cleanly with PATH changes from other actions, and never persists the runner's full PATH through GITHUB_ENV. The dotenv fallback path (used with older mise versions) also strips PATH= lines and re-derives additions from mise env --json.

A new export_path input (default true) lets workflows keep regular env exports while opting out of PATH changes:

- uses: jdx/mise-action@v4
  with:
    export_path: false # keep env vars, skip mise PATH additions

Full Changelog: jdx/mise-action@v4.2.2...v4.2.3


Configuration

📅 Schedule: (in timezone America/Phoenix)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

@mrbro-bot mrbro-bot Bot added action GitHub Action related automerge Automated merge approved dependencies Dependency updates or security alerts github-actions GitHub Actions workflows patch Patch version changes renovate Renovate bot updates labels Jul 24, 2026
@mrbro-bot
mrbro-bot Bot enabled auto-merge (squash) July 24, 2026 21:32
@mrbro-bot
mrbro-bot Bot merged commit fe2e881 into main Jul 24, 2026
3 checks passed
@mrbro-bot
mrbro-bot Bot deleted the renovate/all-minor-patch branch July 24, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action GitHub Action related automerge Automated merge approved dependencies Dependency updates or security alerts github-actions GitHub Actions workflows patch Patch version changes renovate Renovate bot updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants