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 6 updates #1064

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 Sep 30, 2024

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

Package From To
actions/setup-python 5.1.1 5.2.0
DeterminateSystems/nix-installer-action 13 14
DeterminateSystems/magic-nix-cache-action 7 8
tj-actions/changed-files 44 45
peter-evans/create-pull-request 6 7
bats-core/bats-action 2.0.0 3.0.0

Updates actions/setup-python from 5.1.1 to 5.2.0

Release notes

Sourced from actions/setup-python's releases.

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
  • f677139 Bump pyinstaller from 3.6 to 5.13.1 in /tests/data (#923)
  • 2bd53f9 Documentation update for caching poetry dependencies (#908)
  • 80b49d3 fix: add arch to cache key (#896)
  • 036a523 Fix: Add .zip extension to Windows package downloads for Expand-Archive C...
  • 04c1311 Fix display of emojis in contributors doc (#899)
  • cb68456 Updated @​iarna/toml version to 3.0.0 (#912)
  • See full diff in compare view

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

Release notes

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

v14

What's Changed

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

Commits
  • 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...
  • b164ca3 Merge pull request #111 from detsys-pr-bot/detsys-ts-update-d353465ae6a557619...
  • 055e848 Update detsys-ts for: Log in to flakehub for 'fh' too ([#110](https://github.com/determinatesystems/nix-installer-action/issues/110)) (`d353465ae6...
  • d41fccd Log in to flakehub for 'fh' too (#110)
  • See full diff in compare view

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

Release notes

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

v8

What's Changed

New Contributors

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

Commits
  • 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
  • 6181dd9 Merge pull request #75 from DeterminateSystems/dependabot/npm_and_yarn/fast-x...
  • 768ebc3 Update built package
  • 1929664 Bump fast-xml-parser from 4.4.0 to 4.4.1
  • 56ad602 Merge pull request #73 from DeterminateSystems/clarify-log-message
  • 45d1362 Provide info output for potential missing permissions block
  • 7f56db3 Merge pull request #66 from DeterminateSystems/update-detsys-ts
  • 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.2

What's Changed

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


Changes in v45.0.1

What's Changed

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


Changes in v45.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • With changes detected using GitHub's API setting output_renamed_files_as_deleted_and_added to true, would now include the previous file name in the list of deleted files.

What's Changed

... (truncated)

Changelog

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

Changelog

45.0.2 - (2024-09-16)

🐛 Bug Fixes

  • deps: Update dependency yaml to v2.5.1 (c7114f6) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (e73bb10) - (GitHub Action)

⚙️ Miscellaneous Tasks

  • deps: Update peter-evans/create-pull-request action to v7.0.3 (48d8f15) - (renovate[bot])
  • deps: Lock file maintenance (f4e0652) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.5.5 (9b5f7d7) - (renovate[bot])
  • deps: Update dependency @​types/jest to v29.5.13 (80dc584) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.2 (f9216b6) - (renovate[bot])
  • deps: Update dependency eslint-plugin-github to v5.0.2 (fef272d) - (renovate[bot])
  • deps: Update dependency typescript to v5.6.2 (a236bf5) - (renovate[bot])
  • deps: Lock file maintenance (0cb58de) - (renovate[bot])
  • deps: Lock file maintenance (44f3356) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.1 (1d9fdda) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.8.3 (ca746c1) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.5.4 (2414c5b) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7 (#2261) (38cc85f) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.5.3 (834406f) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.8.2 (a78c1f5) - (renovate[bot])
  • deps: Lock file maintenance (5977012) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v45.0.1 (#2258)

Co-authored-by: jackton1 [email protected] (5d8e41f) - (tj-actions[bot])

45.0.1 - (2024-09-01)

🐛 Bug Fixes

  • deps: Update dependency micromatch to v4.0.8 (17107f4) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (696bea0) - (GitHub Action)
  • Added missing changes and modified dist assets. (305db88) - (GitHub Action)

... (truncated)

Commits
  • 48d8f15 chore(deps): update peter-evans/create-pull-request action to v7.0.3
  • f4e0652 chore(deps): lock file maintenance
  • 9b5f7d7 chore(deps): update dependency @​types/node to v22.5.5
  • 80dc584 chore(deps): update dependency @​types/jest to v29.5.13
  • f9216b6 chore(deps): update peter-evans/create-pull-request action to v7.0.2
  • fef272d chore(deps): update dependency eslint-plugin-github to v5.0.2
  • a236bf5 chore(deps): update dependency typescript to v5.6.2
  • 0cb58de chore(deps): lock file maintenance
  • 44f3356 chore(deps): lock file maintenance
  • 1d9fdda chore(deps): update peter-evans/create-pull-request action to v7.0.1
  • 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
  • 5e91468 fix: support symlinks when commit signing (#3359)
  • 2f38cd2 fix: support submodules when commit signing (#3354)
  • 7a8aeac build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)
  • d39d596 build(deps-dev): bump @​types/jest from 29.5.12 to 29.5.13 (#3343)
  • f6f978f docs: correct suggestion for bot setup (#3342)
  • 6cd32fd fix: disable abbreviated commit shas in diff (#3337)
  • d121e62 fix: disable diff detection for renames and copies (#3330)
  • f4d66f4 build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)
  • 488c869 build(deps-dev): bump @​types/node from 18.19.48 to 18.19.50 (#3320)
  • 5354f85 docs: update readme
  • 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 #8 from bats-core/auto-update-pre-commit-hooks
  • 60788d5 [create-pull-request] automated change
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.1` | `5.2.0` |
| [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `13` | `14` |
| [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) | `7` | `8` |
| [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` |



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

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

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

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)

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

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 Sep 30, 2024
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