Skip to content

chore(deps): update conda-incubator/setup-miniconda action to v4#18

Open
anaconda-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/conda-incubator-setup-miniconda-4.x
Open

chore(deps): update conda-incubator/setup-miniconda action to v4#18
anaconda-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/conda-incubator-setup-miniconda-4.x

Conversation

@anaconda-renovate
Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
conda-incubator/setup-miniconda action major v2v4.0.1
renovate update details

Field Value
manager github-actions
categories ci
datasource github-tags
depName conda-incubator/setup-miniconda
depType¹ action
packageName conda-incubator/setup-miniconda
sourceUrl https://github.com/conda-incubator/setup-miniconda
updateType major
versioning regex:^v?(?\d+)(.(?\d+).(?\d+))?$

¹ only available for some managers


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.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

v3.0.0

Compare Source

Features
  • #​308 Update to node20
  • #​291 Add conda-solver option (defaults to libmamba)
Fixes
  • #​299 Fix condaBasePath when useBundled is false, and there's no pre-existing
    conda
Documentation
  • #​309 Switch to main branch based development
  • #​313 Specify team conda-incubator/setup-miniconda as codeowners
  • #​318 README: update actions in examples, add security section, similar
    actions
Tasks and Maintenance
  • #​307 Run dependabot against main branch and also update node packages
  • #​311 Bump actions/checkout from 2 to 4
  • #​310 Bump actions/cache from 1 to 3
  • #​314 Strip/update dependencies
  • #​315 Split lint into check and build, switch from npm install to npm ci
  • #​317 Bump normalize-url from 4.5.1 to 8.0.0
  • #​316 Faster workflow response / saving resources via timeout/concurrency
    policy

v2.3.0

Compare Source

Documentation
  • #​263 Update links to GitHub shell docs
  • #​289 Consider leading with conda activation does not work on sh, please use
    bash
Features
  • #​296 Update Miniconda architectures (enables M1 = osx-arm64 runners)
Tasks and Maintenance
  • #​273 Bump json5 from 1.0.1 to 1.0.2
  • #​293 Remove Python 2.7 from test matrix (EOL since April 2020, >4 years)
  • #​294 Update dependencies
  • #​295 Add dependabot config to update action versions in workflows by
  • #​300 Fix CI (lint + examples)
  • #​304 Fix CI: Remove not working example-13, use Miniforge in example-6

v2.2.0

Compare Source

Documentation
  • #​187 Document missing bundled conda for self hosted runners
  • #​200 Provided instructions on how to cache deployed environments for
    Miniforge variants.
  • #​246 Fix broken link in README.
  • #​251 Fix typo in README.
  • #​256 Update bash commands to include error flag.
Features
  • #​234 Add input option (run-post: false) to skip post processing.
Fixes
  • #​189 Error on miniconda-version not specified instead of when it is
    specified.
  • #​190 Add regression checks for pinning python version in the created
    environment.
  • #​209 Do not move non-existing files.
  • #​212 Fix caching example. No need to hardcode paths. Write date to step
    output.
  • #​230 Fix path handling inconsistency in installer caching.
Tasks and Maintenance
  • #​210 Use 'npm run ...' to run scripts.
  • #​233 Add deprecation warning on master branch.
  • #​252 use Node.js 16 instead of deprecated Node.js 12
  • #​257 Update dependencies.

v2.1.1

Compare Source

Features
  • #​163 leaves the patched setup-miniconda-patched-{environment.yml} in-place
    if clean-patched-environment-file: false is given (otherwise cleans up after
    itself)
  • #​163 adds action outputs environment-file, environment-file-content and
    environment-file-was-patched
Fixes
  • #​161 restores proper ordering of channels when environment-file is
    patched
  • #​163 if necessary, writes setup-miniconda-patched-environment.yml to the
    same location to work with relative paths, e.g. pip: ["-r requirements.txt"]

v2.1.0

Compare Source

Features
Documentation
  • #​115 adds extra information on default environment activation.
Fixes
  • #​120 allows channels to be null
  • #​148 allows use of 32-bit installers on Linux
Development

v2.0.1

Compare Source

Fixes
  • #​97 fixes installer-url on Windows.
  • #​94, #​95 catches ignored errors when an environment file contains invalid
    section names #​93.
  • #​100 fixes mamba not being available on Windows if using a bash shell
    #​59.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "every weekday"
  • 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.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants