Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps spack/setup-spack from 2 to 3.

Release notes

Sourced from spack/setup-spack's releases.

v3.0.0

Breaking Changes

This release adds support for Spack v1.x and removes support for Spack v0.x.

Action Required: Update your workflows to use the new input names:

  • ref -> spack_ref
  • repository -> spack_repository
  • path -> spack_path

New features

  • Separate package repository support: automatically clones and configures both spack/spack (tool) and spack/spack-packages (packages).
  • Separate pinning of tool and packages: set spack_ref and packages_ref independently to use specific versions of the tool and packages
  • Fork support: test your own Spack or packages forks with spack_repository and packages_repository inputs

Migration Example

Before (v2.x):

- uses: spack/setup-spack@v2
  with:
    ref: develop

After (v3.x):

- uses: spack/setup-spack@v3
  with:
    spack_ref: develop

v2.1.1

  • For Spack v0.22.0.dev0 and higher spack install without further flags can install prebuilt binaries from the build cache without erroring about missing signatures on the binaries. The default build cache is marked as "unsigned".
  • Disable /etc/spack and ~/.spack config files, only use $spack/etc

v2.1.0

  • Support shell aware commands like spack env activate and spack load in the spack-bash and spack-sh shells.

v2.0.1

Update references from haampie-spack/setup-spack to spack/setup-spack.

Changelog

Sourced from spack/setup-spack's changelog.

Changelog

v3.0.0

  • BREAKING: Renamed ref input to spack_ref for clarity
  • BREAKING: Renamed repository input to spack_repository for consistency
  • BREAKING: Renamed path input to spack_path for consistency
  • Support Spack v1.x with separate spack/spack and spack/spack-packages repositories
  • Added new inputs: packages_ref, packages_repository, and packages_path
  • Automatically clones and configures the packages repository using spack repo set
  • Removed support for Spack v0.x

v2.1.1

  • For Spack v0.22.0.dev0 and higher spack install without further flags can install prebuilt binaries from the build cache without erroring about missing signatures on the binaries. The default build cache is marked as "unsigned".
  • Disable /etc/spack and ~/.spack config files, only use $spack/etc

v2.1.0

  • Support shell aware commands like spack env activate and spack load in the spack-bash and spack-sh shells.

v2.0.0

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 [spack/setup-spack](https://github.com/spack/setup-spack) from 2 to 3.
- [Release notes](https://github.com/spack/setup-spack/releases)
- [Changelog](https://github.com/spack/setup-spack/blob/main/CHANGELOG.md)
- [Commits](spack/setup-spack@v2...v3)

---
updated-dependencies:
- dependency-name: spack/setup-spack
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants