Skip to content

build(deps): bump conda-incubator/setup-miniconda from 3 to 3.3.0#1388

Merged
Czaki merged 1 commit intodevelopfrom
dependabot/github_actions/develop/conda-incubator/setup-miniconda-3.3.0
Apr 27, 2026
Merged

build(deps): bump conda-incubator/setup-miniconda from 3 to 3.3.0#1388
Czaki merged 1 commit intodevelopfrom
dependabot/github_actions/develop/conda-incubator/setup-miniconda-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps conda-incubator/setup-miniconda from 3 to 3.3.0.

Release notes

Sourced from conda-incubator/setup-miniconda's releases.

Version 3.3.0

Fixes

  • #411411: Deprecate auto-activate-base input
  • #410410: Ignore auto_activate warning
  • #414414: Activate default environment instead of base environment
  • #435435: fix: remove accidental indentation from shell config template strings
  • #442442: Translate POSIX set to xonsh's equivalent

Tasks and Maintenance

  • #405405, #413413, #439439: Bump normalize-url from 8.0.1 to 8.1.1
  • #425425: Bump @​actions/io from 1.1.3 to 2.0.0
  • #432432: Bump @​actions/exec from 1.1.1 to 2.0.0
  • #433433, #441441: Bump @​actions/core from 1.11.1 to 2.0.2
  • #416416: Bump semver and @​types/semver
  • #421421: Bump actions/setup-node from 5 to 6
  • #427427: Bump js-yaml from 4.1.0 to 4.1.1

Version 3.2.0

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

  • #391 Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1
  • #390 Bump undici from 5.28.4 to 5.28.5
  • #399 Bump semver and @​types/semver

... (truncated)

Changelog

Sourced from conda-incubator/setup-miniconda's changelog.

[v4.0.0] (2026-04-23)

Breaking Changes

  • #459[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[450]: Switch action build to ESM (for @actions/exec v3)

Features and Enhancements

  • #469[469]: Add conda-init input to optionally skip conda init and document activation for restricted environments
  • #482[482]: Add channels parsing utility and URL validation
  • #481[481]: Enable stricter TypeScript checks and typing
  • #480[480]: Add more tests, increase coverage, add Codecov integration and coverage badge
  • #479[479]: Add TypeDoc-based API docs, generation and checks; configure GitHub Pages and Netlify previews

Fixes

  • #465[465]: Fix double channel configuration being applied
  • #467[467]: Speed up Windows post-run cleanup by moving the extracted packages directory instead of removing files one by one
  • #470[470]: Fix name-version-build syntax expansion and add tests
  • #475[475]: Split shell init and activation of the test environment to remove spurious warning

Performance

  • #486[486]: Remove HTML index scraping for Miniconda version validation
  • #487[487]: Parallelize Windows takeown calls with Promise.all
  • #488[488]: Replace isDefaultEnvironment subprocess with local YAML reads
  • #489[489]: Replace conda config subprocesses with direct .condarc YAML writes

Tasks and Maintenance

  • #444[444]: Bump conda-incubator/setup-miniconda from 3.2.0 to 3.3.0
  • #445[445]: Bump actions/checkout from 6.0.1 to 6.0.2
  • #449[449]: Bump @​actions/exec from 2.0.0 to 3.0.0
  • #456[456], #484[484], #491[491]: Bump actions/upload-artifact
  • #460[460]: Bump actions/download-artifact from 7.0.0 to 8.0.1
  • #464[464]: Update dependencies for actions and packages
  • #466[466]: Bump @​actions/tool-cache from 2.0.2 to 4.0.0
  • #473[473]: Bump flatted from 3.2.9 to 3.4.2
  • #476[476]: Bump picomatch
  • #477[477]: Bump conda-incubator/installer from 0.1.0 to 0.1.1
  • #485[485]: Bump vite from 8.0.0 to 8.0.8
  • #492[492]: Bump actions/upload-pages-artifact from 3 to 5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3 to 3.3.0.
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
- [Commits](conda-incubator/setup-miniconda@v3...v3.3.0)

---
updated-dependencies:
- dependency-name: conda-incubator/setup-miniconda
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 27, 2026
@sonarqubecloud
Copy link
Copy Markdown

@Czaki Czaki added the skip check PR title skip spellcheking PR title label Apr 27, 2026
@Czaki Czaki added this to the 0.17.0 milestone Apr 27, 2026
@Czaki Czaki merged commit 430ce3a into develop Apr 27, 2026
59 of 64 checks passed
@Czaki Czaki deleted the dependabot/github_actions/develop/conda-incubator/setup-miniconda-3.3.0 branch April 27, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip check PR title skip spellcheking PR title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant