Skip to content

fix(deps): update dependency jdx/mise to v2026.5.4#67

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-2026.x
Open

fix(deps): update dependency jdx/mise to v2026.5.4#67
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jdx-mise-2026.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Update Change Pending
jdx/mise patch 2026.5.02026.5.4 2026.5.10 (+5)

Release Notes

jdx/mise (jdx/mise)

v2026.5.4

Compare Source

🚀 Features
  • (java) remove musl feature in favor of autom. musl detection and alpine-linux versions by @​roele in #​9688
🚜 Refactor
📚 Documentation
  • (deps) drop codegen example from configuration section by @​jdx in 6b2d851
⚡ Performance
📦️ Dependency Updates
📦 Registry
Chore
📦 Aqua Registry Updates
New Packages (2)
Updated Packages (3)

v2026.5.3

Compare Source

🐛 Bug Fixes
📦️ Dependency Updates
Chore
📦 Aqua Registry Updates
New Packages (2)
Updated Packages (1)

v2026.5.2

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
📦️ Dependency Updates
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (5)
Updated Packages (13)

v2026.5.1

Compare Source

🚀 Features
🐛 Bug Fixes
  • (schema) validate all schema files with draft2020 and strict mode by @​risu729 in #​9594
  • (shim) skip network resolution for installed tool dirs by @​jdx in #​9599
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore
📦 Aqua Registry Updates
New Packages (2)
Updated Packages (1)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

This PR updates mise from v2026.5.0 to v2026.5.4, which includes four patch releases (v2026.5.1, v2026.5.2, v2026.5.3, and v2026.5.4). The changes are focused on bug fixes, performance improvements, and registry package updates with no breaking changes to the core functionality.

Key Changes:

v2026.5.4 (Latest):

  • Java on Alpine: Automatic musl detection for Java installations on Alpine Linux (no longer requires -musl suffix)
  • Registry fix: ibmcloud now uses symlink_bins to prevent binary shadowing
  • Performance: PowerShell activation is ~270ms faster (removed process spawning for exit code propagation)
  • Schema refactoring: Schema rendering improvements with no functional impact

v2026.5.3:

  • Aqua backend fix: Resolves latest versions via GitHub's latest-release endpoint for more accurate version resolution

v2026.5.2:

  • Multiple backend fixes: Improvements to aqua, github, pipx, and other backends
  • Task management: Better process group handling for parallel tasks, new MISE_MONOREPO_ROOT environment variable
  • Install improvements: Respects prefer_offline mode, fixes lockfile behavior
  • Binary linking: Enhanced handling of file extensions and symlinks

v2026.5.1:

  • Cosign verification: Added top-level cosign verification for aqua backend
  • Shim fixes: Resolves issues with mise reshim when non-resolvable version directories exist
  • Schema validation: All schemas now validated against draft/2020-12 in strict mode

Breaking Changes: None

Security Fixes: Enhanced cosign verification support for aqua backend (v2026.5.1)

🎯 Impact Scope Investigation

Usage Locations Identified:

  1. Dockerfile:6 - Direct binary download and installation in Alpine stage

    • Currently: MISE_VERSION=2026.5.0
    • After update: MISE_VERSION=2026.5.4
  2. Dockerfile:36, 45, 56, 69, 78 - Runtime installation commands

    • mise use -g node@${NODE_VERSION}
    • mise settings ruby.compile=false && mise use -g ruby@${RUBY_VERSION}
    • mise use -g go@${GO_VERSION}
    • mise use -g python@${PYTHON_VERSION}
    • mise use -g rust@${RUST_VERSION}
  3. mise.toml - Development tool version management

    • Defines versions for go, golangci-lint, lefthook, hadolint, node, ruby, rust, python
  4. .github/workflows/ci.yml:25, 38, 51, 64, 81 - CI pipeline uses jdx/mise-action@v4.0.1

    • Used in: hadolint, lint, build, unit-test, and e2e-test jobs

Commands Used:

  • mise install - No API changes affecting this command
  • mise use -g - No API changes affecting this command
  • mise settings - No API changes affecting this command
  • mise where - No API changes affecting this command (referenced in docs)

Impact on Dependencies:

  • No changes to how mise installs or manages Node.js, Ruby, Go, Python, or Rust
  • All runtime installation patterns remain compatible
  • The Alpine Java musl detection improvement doesn't affect this project (no Java runtime used)

Configuration Impact:

  • No changes required to mise.toml
  • No changes required to Dockerfile installation commands
  • No changes required to CI workflow configuration

💡 Recommended Actions

Immediate Actions:

  1. Merge this PR - The update is fully backward compatible with no breaking changes
  2. No code modifications required - All existing mise commands and workflows remain compatible

Post-Merge Validation:

  1. Monitor the Docker build process to ensure mise binary downloads successfully
  2. Verify CI pipeline runs complete successfully with the new version
  3. Confirm all runtime installations (Node.js, Ruby, Go, Python, Rust) work as expected

Optional Follow-up:

  • Consider updating to v2026.5.10 when it becomes available (5 newer versions are pending per PR description)
  • No urgent need to update beyond v2026.5.4 unless specific bug fixes are needed

Risk Assessment:

  • Build Risk: Minimal - Binary is available and compatible
  • Runtime Risk: None - No changes to installation behavior for languages used in this project
  • CI Risk: Minimal - GitHub Action (mise-action) is pinned independently and handles version compatibility

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate Bot force-pushed the renovate/jdx-mise-2026.x branch from f98ce96 to 3c005d9 Compare May 14, 2026 13:58
@renovate renovate Bot changed the title fix(deps): update dependency jdx/mise to v2026.5.1 fix(deps): update dependency jdx/mise to v2026.5.2 May 14, 2026
@renovate renovate Bot force-pushed the renovate/jdx-mise-2026.x branch from 3c005d9 to 6c006af Compare May 15, 2026 13:48
@renovate renovate Bot changed the title fix(deps): update dependency jdx/mise to v2026.5.2 fix(deps): update dependency jdx/mise to v2026.5.3 May 15, 2026
@renovate renovate Bot force-pushed the renovate/jdx-mise-2026.x branch from 6c006af to 1505238 Compare May 16, 2026 12:27
@renovate renovate Bot changed the title fix(deps): update dependency jdx/mise to v2026.5.3 fix(deps): update dependency jdx/mise to v2026.5.4 May 16, 2026
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