Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the actions group across 1 directory with 7 updates #1089

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the actions group with 7 updates in the / directory:

Package From To
actions/setup-python 5.1.1 5.3.0
DeterminateSystems/nix-installer-action 13 16
DeterminateSystems/magic-nix-cache-action 7 9
tj-actions/changed-files 44 45
peter-evans/create-pull-request 6 7
bats-core/bats-action 2.0.0 3.0.0
helm/kind-action 1.10.0 1.12.0

Updates actions/setup-python from 5.1.1 to 5.3.0

Release notes

Sourced from actions/setup-python's releases.

v5.3.0

What's Changed

Bug Fixes:

Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

v5.2.0

What's Changed

Bug fixes:

  • Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @​priyagupta108 in actions/setup-python#916 This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
  • Add arch to cache key by @​Zxilly in actions/setup-python#896 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.

Documentation changes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.2.0

Commits
  • 0b93645 Enhance workflows: Add macOS 13 support, upgrade publish-action, and update d...
  • 9c76e71 Bump pillow from 7.2 to 10.2.0 in /tests/data (#956)
  • f4c5a11 Revise isGhes logic (#963)
  • 19dfb7b Bump default versions to latest (#905)
  • e9675cc Merge pull request #943 from actions/Jcambass-patch-1
  • 3226af6 Upgrade IA publish
  • 70dcb22 Merge pull request #941 from actions/Jcambass-patch-1
  • 65b48c7 Create publish-immutable-actions.yml
  • 29a37be initial commit (#938)
  • f677139 Bump pyinstaller from 3.6 to 5.13.1 in /tests/data (#923)
  • Additional commits viewable in compare view

Updates DeterminateSystems/nix-installer-action from 13 to 16

Release notes

Sourced from DeterminateSystems/nix-installer-action's releases.

v16

What's Changed

Full Changelog: DeterminateSystems/nix-installer-action@v15...v16

v15

What's Changed

Full Changelog: DeterminateSystems/nix-installer-action@v14...v15

v14

What's Changed

Full Changelog: DeterminateSystems/nix-installer-action@v13...v14

Commits
  • e50d5f7 Log in to flakehub on existing installs (#129)
  • 25431d2 Update detsys-ts for: `Merge pull request #67 from DeterminateSystems/allow...
  • b92f665 Add the job-status option (#125)
  • ddfca32 Convert flakehub: true to determinate: true (#123)
  • da36cb6 Update detsys-ts for: `Merge pull request #63 from DeterminateSystems/retry...
  • 1406b8b Update detsys-ts for: `Merge pull request #62 from DeterminateSystems/dont-...
  • 197bf2b Update detsys-ts for: `Merge pull request #61 from DeterminateSystems/use-c...
  • 452d9c7 Update detsys-ts for: `Merge pull request #58 from DeterminateSystems/colle...
  • 033f039 fixup extra arguments (#113)
  • 468e81b Update detsys-ts for: `Merge pull request #57 from DeterminateSystems/fix-t...
  • Additional commits viewable in compare view

Updates DeterminateSystems/magic-nix-cache-action from 7 to 9

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v9

What's Changed

Full Changelog: DeterminateSystems/magic-nix-cache-action@v8...v9

v8

What's Changed

New Contributors

Full Changelog: DeterminateSystems/magic-nix-cache-action@v7...v8

Commits
  • 6221693 Warn on mnc usage (#102)
  • f7eb5b5 Diagnostics (#101)
  • fe89a48 Fixup diagnostic URL handling (#100)
  • 13dabe8 Update detsys-ts for: `Merge pull request #69 from DeterminateSystems/updat...
  • 9ab3ce7 Matrix (#96)
  • a76a830 ci workflow: don't check initial substituter list (#90)
  • 87b14cf Update detsys-ts for: `Merge pull request #63 from DeterminateSystems/retry...
  • 538f029 Don't run the "trusted" checks if we're in a PR (#85)
  • 9d627e8 Merge pull request #78 from DeterminateSystems/update-fast-xml-parser
  • 9d32f14 Update fast-xml-parser
  • Additional commits viewable in compare view

Updates tj-actions/changed-files from 44 to 45

Release notes

Sourced from tj-actions/changed-files's releases.

v45

Changes in v45.0.6

What's Changed

Full Changelog: tj-actions/changed-files@v45...v45.0.6


Changes in v45.0.5

What's Changed

Full Changelog: tj-actions/changed-files@v45...v45.0.5


... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

45.0.6 - (2025-01-03)

🐛 Bug Fixes

  • deps: Update dependency yaml to v2.7.0 (#2383) (5f974c2) - (renovate[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/lodash to v4.17.14 (#2388) (d6e91a2) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.5 (#2387) (73401cd) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.4 (#2386) (7f28b2b) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.3 (#2385) (c1f82ce) - (renovate[bot])
  • deps: Lock file maintenance (#2382) (bb364ec) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.6 (#2380) (7ac5902) - (renovate[bot])
  • deps: Lock file maintenance (#2379) (7c5097f) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.10.0 (#2378) (37dc9a5) - (renovate[bot])
  • deps: Lock file maintenance (#2377) (515a6b3) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.2 (#2376) (ac47125) - (renovate[bot])
  • deps: Lock file maintenance (#2375) (ef3b6f1) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v45.0.5 (#2374)

Co-authored-by: jackton1 [email protected] (8082fbc) - (tj-actions[bot])

45.0.5 - (2024-12-05)

⚙️ Miscellaneous Tasks

  • deps: Update dependency eslint-plugin-github to v5.1.4 (#2372) (bab30c2) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.2 (#2370) (657a3f9) - (renovate[bot])
  • deps: Lock file maintenance (#2369) (05f0aba) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.1 (#2368) (4623961) - (renovate[bot])
  • deps: Update dependency eslint-plugin-github to v5.1.3 (#2367) (c19a7eb) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.1 (#2366) (c288441) - (renovate[bot])
  • deps: Update dependency prettier to v3.4.0 (#2365) (1d6ea46) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.0 (#2364) (02b41f5) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.4 (#2361) (b4a4dca) - (renovate[bot])
  • deps: Lock file maintenance (#2360) (602aacf) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.3 (#2359) (51290e0) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.9.2 (#2358) (b4badd8) - (renovate[bot])
  • deps: Update dependency typescript to v5.7.2 (#2357) (652b4c0) - (renovate[bot])
  • deps-dev: Bump eslint-plugin-github from 5.0.2 to 5.1.1 (#2356) (0b7a421) - (dependabot[bot])
  • deps: Bump yaml from 2.6.0 to 2.6.1 (#2353) (b26581a) - (dependabot[bot])
  • deps: Update dependency @​types/node to v22.9.1 (#2352) (43e6b45) - (renovate[bot])
  • deps: Lock file maintenance (#2349) (fe1bc0e) - (renovate[bot])
  • deps: Update dependency @​vercel/ncc to v0.38.3 (#2348) (d7917c6) - (renovate[bot])

... (truncated)

Commits
  • d6e91a2 chore(deps): update dependency @​types/lodash to v4.17.14 (#2388)
  • 73401cd chore(deps): update dependency @​types/node to v22.10.5 (#2387)
  • 7f28b2b chore(deps): update dependency @​types/node to v22.10.4 (#2386)
  • c1f82ce chore(deps): update dependency @​types/node to v22.10.3 (#2385)
  • 5f974c2 fix(deps): update dependency yaml to v2.7.0 (#2383)
  • bb364ec chore(deps): lock file maintenance (#2382)
  • 7ac5902 chore(deps): update peter-evans/create-pull-request action to v7.0.6 (#2380)
  • 7c5097f chore(deps): lock file maintenance (#2379)
  • 37dc9a5 chore(deps): update dependency eslint-plugin-jest to v28.10.0 (#2378)
  • 515a6b3 chore(deps): lock file maintenance (#2377)
  • Additional commits viewable in compare view

Updates peter-evans/create-pull-request from 6 to 7

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v7.0.0

✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖

Behaviour changes

  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
  • The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
  • The pull-request-operation output now returns none when no operation was executed.
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.

What's new

  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
  • A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0

Create Pull Request v6.1.0

✨ Adds pull-request-branch as an action output.

What's Changed

... (truncated)

Commits
  • 67ccf78 fix: preserve unicode in filepaths when commit signing (#3588)
  • bb88e27 build: update distribution (#3583)
  • b378ed5 build(deps): bump p-limit from 6.1.0 to 6.2.0 (#3578)
  • fa9200e build(deps-dev): bump @​types/node from 18.19.67 to 18.19.68 (#3570)
  • 16e0059 build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#3560)
  • 5bffd5a build(deps-dev): bump eslint-import-resolver-typescript (#3559)
  • a22a0dd build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#3544)
  • b27ce37 build(deps-dev): bump @​types/node from 18.19.66 to 18.19.67 (#3543)
  • 4e0cc19 build(deps): bump @​octokit/plugin-paginate-rest from 11.3.5 to 11.3.6 (#3542)
  • 25b6871 docs: update scopes for push-to-fork
  • Additional commits viewable in compare view

Updates bats-core/bats-action from 2.0.0 to 3.0.0

Release notes

Sourced from bats-core/bats-action's releases.

3.0.0

What's Changed

🏕 Features

Full Changelog: bats-core/bats-action@2.1.1...3.0.0

2.1.1

What's Changed

🏕 Features

Full Changelog: bats-core/bats-action@2.1.0...2.1.1

2.1.0

What's Changed

🏕 Features

New Contributors

Full Changelog: bats-core/bats-action@2.0.0...2.1.0

Commits
  • 2104b40 update public action as well (#20)
  • 141cb15 feat: support windows and macos (#15)
  • 3b6fd9e change a bit the curl retry to support ubuntu 20.04 (#19)
  • 5932fdb add runner.arch into cache key for bats (#17)
  • a466fac fix: retry curl connections (#14)
  • 73f0f7d Merge pull request #10 from bats-core/detik-1.3.1
  • c55c6c4 chore: update detik to 1.3.1
  • d10af00 Merge pull request

Bumps the actions group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.1` | `5.3.0` |
| [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `13` | `16` |
| [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) | `7` | `9` |
| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `44` | `45` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6` | `7` |
| [bats-core/bats-action](https://github.com/bats-core/bats-action) | `2.0.0` | `3.0.0` |
| [helm/kind-action](https://github.com/helm/kind-action) | `1.10.0` | `1.12.0` |



Updates `actions/setup-python` from 5.1.1 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.3.0)

Updates `DeterminateSystems/nix-installer-action` from 13 to 16
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v13...v16)

Updates `DeterminateSystems/magic-nix-cache-action` from 7 to 9
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v7...v9)

Updates `tj-actions/changed-files` from 44 to 45
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44...v45)

Updates `peter-evans/create-pull-request` from 6 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

Updates `bats-core/bats-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/bats-core/bats-action/releases)
- [Commits](bats-core/bats-action@2.0.0...3.0.0)

Updates `helm/kind-action` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.12.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: bats-core/bats-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from brokenpip3 as a code owner January 22, 2025 04:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 22, 2025
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