Skip to content

Update conda-incubator/setup-miniconda action to v4#4215

Open
renovate[bot] wants to merge 2 commits intodevfrom
renovate/major-github-actions
Open

Update conda-incubator/setup-miniconda action to v4#4215
renovate[bot] wants to merge 2 commits intodevfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 25, 2026

This PR contains the following updates:

Package Type Update Change
conda-incubator/setup-miniconda action major v3v4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

conda-incubator/setup-miniconda (conda-incubator/setup-miniconda)

v4.0.1

Compare Source

Fixes
  • Fix MultipleKeysError on conda 25.11+ when a user-supplied condarc-file
    already declares auto_activate: now only one of auto_activate /
    auto_activate_base is written to .condarc, preferring whichever key the
    user's existing condarc uses.
  • Add auto_activate to the boolean coercion set so its value is serialized as
    a YAML boolean when it is the chosen canonical key.
  • Add local_repodata_ttl to KNOWN_CONDARC_KEYS to silence a spurious
    "Unrecognized condarc key" warning for a valid conda key.

v4

Compare Source

Fixes
  • Fix MultipleKeysError on conda 25.11+ when a user-supplied condarc-file
    already declares auto_activate: now only one of auto_activate /
    auto_activate_base is written to .condarc, preferring whichever key the
    user's existing condarc uses.
  • Add auto_activate to the boolean coercion set so its value is serialized as
    a YAML boolean when it is the chosen canonical key.
  • Add local_repodata_ttl to KNOWN_CONDARC_KEYS to silence a spurious
    "Unrecognized condarc key" warning for a valid conda key.

v4.0.0

Compare Source

Breaking Changes
  • #​459: Upgrade action runtime to Node.js 24.x (requires runners with
    Node 24 support; this is the reason for the v4 major bump)
  • #​450: Switch action build to ESM (for @actions/exec v3)
Features and Enhancements
  • #​469: Add conda-init input to optionally skip conda init and
    document activation for restricted environments
  • #​482: Add channels parsing utility and URL validation
  • #​481: Enable stricter TypeScript checks and typing
  • #​480: Add more tests, increase coverage, add Codecov integration and
    coverage badge
  • #​479: Add TypeDoc-based API docs, generation and checks; configure
    GitHub Pages and Netlify previews
Fixes
  • #​465: Fix double channel configuration being applied
  • #​467: Speed up Windows post-run cleanup by moving the extracted
    packages directory instead of removing files one by one
  • #​470: Fix name-version-build syntax expansion and add tests
  • #​475: Split shell init and activation of the test environment to remove
    spurious warning
Performance
  • #​486: Remove HTML index scraping for Miniconda version validation
  • #​487: Parallelize Windows takeown calls with Promise.all
  • #​488: Replace isDefaultEnvironment subprocess with local YAML reads
  • #​489: Replace conda config subprocesses with direct .condarc YAML
    writes
Tasks and Maintenance

v3.3.0

Compare Source

Fixes
  • #​410: Ignore auto_activate warning
  • #​411: Deprecate auto-activate-base input
  • #​414: Activate default environment instead of base environment
  • #​435: fix: remove accidental indentation from shell config template
    strings
  • #​442: Translate POSIX set to xonsh's equivalent
Tasks and Maintenance

v3.2.0

Compare Source

Fixes
  • #​398 Check all .condarc files when removing defaults
  • #​397 Add version normalization for minicondaVersion in input validation
  • #​402 Workaround for auto_activate_base deprecation
Tasks and Maintenance

v3.1.1

Compare Source

Fixes
  • #​378: Make nodefaults warning more explicit
  • #​387: Detect and support Linux ARM runners for both Miniconda and Miniforge
Tasks and Maintenance

v3.1.0

Compare Source

Features
  • #​367: Add conda-remove-defaults setting to remove the defaults channel
    if added implicitly
  • #​342: Add installation-dir to customize where the installers are installed
    to
  • #​328: Make conda's cache configurable via pkgs-dirs
Fixes
  • #​360: Start deprecation of miniforge-variant: Mambaforge
  • #​362: Ignore conda cygpath warning
  • #​368: Address mamba v2 incompatibilities
  • #​350: set CONDA environment variable regardless of useBundled option
Tasks and Maintenance

v3.0.4

Compare Source

Fixes
  • #​345 Fix running on macOS 13 on Intel since the runners no longer provide
    miniconda by default.
Tasks and Maintenance
  • #​337 Bump conda-incubator/setup-miniconda from 3.0.2 to 3.0.3 (#​337)
  • #​338 Bump normalize-url from 8.0.0 to 8.0.1
  • #​340 Bump undici from 5.27.4 to 5.28.5

v3.0.3

Compare Source

Fixes
  • #​336 Fall back to miniconda3 latest when no bundled version + empty with
    params
Tasks and Maintenance
  • #​335 Bump conda-incubator/setup-miniconda from 3.0.1 to 3.0.2

v3.0.2

Compare Source

Fixes
  • #​312 Enable ARM64 on macOS for Miniforge and Mambaforge including automatic
    architecture detection.
Tasks and Maintenance
  • #​327 Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1
  • #​330 Bump actions/cache from 3 to 4
  • #​334 Bump undici from 5.27.2 to 5.28.3

v3.0.1

Compare Source

Fixes
  • #​325 Fix environment activation on windows (a v3 regression) due to
    hard-coded install PATH

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) April 25, 2026 05:52
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 25, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.32%. Comparing base (7744f96) to head (844b75e).

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 25, 2026

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.

1 participant