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

chore: bump the actions group with 11 updates #237

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps the actions group with 11 updates:

Package From To
actions/checkout 3 4
peter-evans/create-pull-request 5 6
tibdex/github-app-token 1 2
peter-evans/enable-pull-request-automerge 2 3
juliangruber/approve-pull-request-action 1 2
actions/add-to-project 0.5.0 1.0.2
actions-ecosystem/action-add-labels 1.1.0 1.1.3
tj-actions/changed-files 42 45
azure/setup-helm 3.5 4
actions/setup-python 3.1.4 5.1.1
helm/chart-releaser-action 1.5.0 1.6.0

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

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

Release notes

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

Create Pull Request v6.0.0

Behaviour changes

  • The default values for author and committer have changed. See "What's new" below for details. If you are overriding the default values you will not be affected by this change.
  • On completion, the action now removes the temporary git remote configuration it adds when using push-to-fork. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.

What's new

  • Updated runtime to Node.js 20
    • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
  • The default value for author has been changed to ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>. The change adds the ${{ github.actor_id }}+ prefix to the email address to align with GitHub's standard format for the author email address.
  • The default value for committer has been changed to github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>. This is to align with the default GitHub Actions bot user account.
  • Adds input git-token, the Personal Access Token (PAT) that the action will use for git operations. This input defaults to the value of token. Use this input if you would like the action to use a different token for git operations than the one used for the GitHub API.
  • push-to-fork now supports pushing to sibling repositories in the same network.
  • Previously, when using push-to-fork, the action did not remove temporary git remote configuration it adds during execution. This has been fixed and the configuration is now removed when the action completes.
  • If the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message "...[Pull request body truncated]" to indicate that the body has been truncated.
  • The action now uses --unshallow only when necessary, rather than as a default argument of git fetch. This should improve performance, particularly for large git repositories with extensive commit history.
  • The action can now be executed on one GitHub server and create pull requests on a different GitHub server. Server products include GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub Enterprise Cloud (GHEC). For example, the action can be executed on GitHub hosted and create pull requests on a GHES or GHEC instance.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v5.0.2...v6.0.0

Create Pull Request v5.0.2

⚙️ Fixes an issue that occurs when using push-to-fork and both base and head repositories are in the same org/user account.

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.1...v5.0.2

Create Pull Request v5.0.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.0...v5.0.1

Commits
  • c5a7806 feat: add branch name output (#2995)
  • 4383ba9 build: update distribution (#2990)
  • 36f7648 build(deps): bump undici from 6.18.2 to 6.19.2 (#2977)
  • 5f7c158 build(deps-dev): bump @​types/node from 18.19.34 to 18.19.36 (#2976)
  • db1713d build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#2975)
  • ca98a71 build(deps-dev): bump ws from 8.11.0 to 8.17.1 (#2970)
  • ce00808 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2962)
  • 7318c0b build(deps-dev): bump prettier from 3.3.0 to 3.3.2 (#2959)
  • e30bbbb build: update distribution (#2947)
  • bad19b8 build(deps-dev): bump @​types/node from 18.19.33 to 18.19.34 (#2935)
  • Additional commits viewable in compare view

Updates tibdex/github-app-token from 1 to 2

Release notes

Sourced from tibdex/github-app-token's releases.

v2.0.0

  • BREAKING: replaces the installation_id and repository inputs with installation_retrieval_mode and installation_retrieval_payload to also support organization and user installation.
  • switches to node20.
  • adds a repositories input to scope the created token to a subset of repositories.
  • revokes the created token at the end of the job with a post script.

v1.9.0

No release notes provided.

v1.8.2

No release notes provided.

v1.8.1

No release notes provided.

v1.8.0

No release notes provided.

v1.7.0

No release notes provided.

v1.6.0

No release notes provided.

v1.5.2

No release notes provided.

v1.5.1

No release notes provided.

v1.5.0

No release notes provided.

v1.4.0

No release notes provided.

v1.3.0

No release notes provided.

v1.2.0

No release notes provided.

v1.1.1

No release notes provided.

v1.1.0

No release notes provided.

v1.0.2

No release notes provided.

Commits
  • 3beb63f release v2.1.0
  • 3eb77c7 Add option to not revoke token (#95)
  • 9571738 Add support for organization and user installation retrieval and repository s...
  • See full diff in compare view

Updates peter-evans/enable-pull-request-automerge from 2 to 3

Release notes

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

Enable Pull Request Automerge v3.0.0

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.5.0...v3.0.0

Enable Pull Request Automerge v2.5.0

Reverts v2.4.0. Ran into an unexpected issue. Apologies for any inconvenience.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.4.0...v2.5.0

Enable Pull Request Automerge v2.4.0

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.3.0...v2.4.0

Enable Pull Request Automerge v2.3.0

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.2.1...v2.3.0

Enable Pull Request Automerge v2.2.1

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.2.0...v2.2.1

Enable Pull Request Automerge v2.2.0

What's Changed

... (truncated)

Commits
  • a660677 feat: use gh in composite action (#938)
  • c2125c1 build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#994)
  • 181c3f0 ci: update status check branches
  • b753615 ci: update status check branches
  • 5e1c143 build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0 (#929)
  • See full diff in compare view

Updates juliangruber/approve-pull-request-action from 1 to 2

Release notes

Sourced from juliangruber/approve-pull-request-action's releases.

v2.0.0

No release notes provided.

v1.1.1

No release notes provided.

v1.1.0

  • update package-lock.json version 970fdf3
  • Add repository parameter (#19) 9f36191
  • add license ed52446
  • Bump path-parse from 1.0.6 to 1.0.7 (#17) c0ad370
  • Bump glob-parent from 5.1.0 to 5.1.2 (#15) 5c8c32e
  • Bump normalize-url from 4.5.0 to 4.5.1 (#16) e12cd38
  • Bump dot-prop from 4.2.0 to 4.2.1 (#11) a2db357
  • Bump ini from 1.3.5 to 1.3.8 (#10) 35025b3
  • Bump @​actions/core from 1.2.0 to 1.2.6 (#9) 761b733
  • Bump node-fetch from 2.6.0 to 2.6.1 (#6) 1aa0372
  • Bump acorn from 7.1.0 to 7.1.1 (#4) 051810b

v1.0.1

  • use @​zeit/ncc 88c3a86
  • fix CI (#2) 33cfcc8

juliangruber/approve-pull-request-action@v1.0.0...v1.0.1

Commits

Updates actions/add-to-project from 0.5.0 to 1.0.2

Release notes

Sourced from actions/add-to-project's releases.

v1.0.2

What's Changed

Full Changelog: actions/add-to-project@v1.0.1...v1.0.2

v1.0.1

Summary

This release includes dependency updates, including security fix to undici.

What's Changed

Full Changelog: actions/add-to-project@v1.0.0...v1.0.1

v1.0.0

Summary

This release promotes actions/add-to-projects to a major version 1 and marks the public API stable.

What's Changed

Full Changelog: actions/add-to-project@v0.6.1...v1.0.0

v0.6.1

What's Changed

... (truncated)

Commits
  • 244f685 Merge pull request #591 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • 2a5ef71 Build and package
  • 8c11461 Update license for json-schema.dep.yml
  • 66f6cff Merge pull request #578 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • ddf5099 Merge pull request #590 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • da1ae5b build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • ced87c7 Merge pull request #589 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • c78e6a1 Merge pull request #582 from actions/dependabot/npm_and_yarn/ts-jest-29.1.5
  • 267a19f build(deps-dev): bump @​typescript-eslint/parser from 7.6.0 to 7.14.1
  • e005a86 Merge pull request #588 from actions/dependabot/npm_and_yarn/types/node-16.18...
  • Additional commits viewable in compare view

Updates actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3

Commits
  • 18f1af5 Make github_token not requirement (#259)
  • 7548625 Update default branch for release trigger (#254)
  • a8ae047 Update workflow trigger pull_request -> pull_request_target (#183)
  • b2442fe Make github_token input optional (#160)
  • 442934f Bump lodash from 4.17.15 to 4.17.19 (#69)
  • 4efa0cd Bump @​actions/core from 1.2.4 to 1.2.6 (#100)
  • cff25c1 Bump jest-circus from 24.9.0 to 26.0.1 (#40)
  • 7fd0d4e Bump @​zeit/ncc from 0.20.5 to 0.22.3 (#42)
  • bdfefdd Bump @​types/semver from 6.2.1 to 7.2.0 (#41)
  • 96c379d Bump typescript from 3.8.3 to 3.9.3 (#39)
  • Additional commits viewable in compare view

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

Release notes

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

v45

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 instead of the current file name.

What's Changed

New Contributors

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


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.0 - (2024-08-21)

🐛 Bug Fixes

  • Update test skip logic to use custom env (#2242) (b4c0974) - (Tonye Jack)
  • Remove unsupported input (#2238) (525aabb) - (Tonye Jack)
  • deps: Update dependency @​octokit/rest to v21.0.2 (3ea85a1) - (renovate[bot])

➕ Add

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

📝 Rename

  • Renamed Files decomposed into Deleted: previous_filename and Added:filename (#2236)

Co-authored-by: Tonye Jack [email protected] (f8034fb) - (Lukas Pfahler)

🔄 Update

  • Updated README.md (#2243)

Co-authored-by: jackton1 [email protected] Co-authored-by: GitHub Action [email protected] (40853de) - (tj-actions[bot])

  • Update tsconfig.json (88201be) - (Tonye Jack)

📚 Documentation

  • Add Whadup as a contributor for code (#2239) (94b94fe) - (allcontributors[bot])

⚙️ Miscellaneous Tasks

  • Debug env vars (#2241) (246859d) - (Tonye Jack)
  • Conditionally skip certain test for foked prs (#2240) (46a4c02) - (Tonye Jack)
  • deps: Update dependency @​types/node to v22.4.2 (25b2562) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.4.1 (257f12c) - (renovate[bot])
  • deps: Lock file maintenance (9b7ba7b) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.4.0 (50693d8) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.3.0 (87d8f94) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.2.0 (950331d) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.8.0 (ed00b69) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.7.0 (

Bumps the actions group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5` | `6` |
| [tibdex/github-app-token](https://github.com/tibdex/github-app-token) | `1` | `2` |
| [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge) | `2` | `3` |
| [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) | `1` | `2` |
| [actions/add-to-project](https://github.com/actions/add-to-project) | `0.5.0` | `1.0.2` |
| [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) | `1.1.0` | `1.1.3` |
| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `42` | `45` |
| [azure/setup-helm](https://github.com/azure/setup-helm) | `3.5` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `3.1.4` | `5.1.1` |
| [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) | `1.5.0` | `1.6.0` |


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Updates `tibdex/github-app-token` from 1 to 2
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](tibdex/github-app-token@v1...v2)

Updates `peter-evans/enable-pull-request-automerge` from 2 to 3
- [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases)
- [Commits](peter-evans/enable-pull-request-automerge@v2...v3)

Updates `juliangruber/approve-pull-request-action` from 1 to 2
- [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases)
- [Commits](juliangruber/approve-pull-request-action@v1...v2)

Updates `actions/add-to-project` from 0.5.0 to 1.0.2
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@v0.5.0...v1.0.2)

Updates `actions-ecosystem/action-add-labels` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases)
- [Commits](actions-ecosystem/action-add-labels@v1.1.0...v1.1.3)

Updates `tj-actions/changed-files` from 42 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@v42...v45)

Updates `azure/setup-helm` from 3.5 to 4
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v3.5...v4)

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

Updates `helm/chart-releaser-action` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](helm/chart-releaser-action@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  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: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: peter-evans/enable-pull-request-automerge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: juliangruber/approve-pull-request-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions-ecosystem/action-add-labels
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 23, 2024
@dependabot dependabot bot requested review from eliobischof and stebenz August 23, 2024 19:31
@eliobischof eliobischof merged commit d56edf3 into main Aug 24, 2024
9 checks passed
@eliobischof eliobischof deleted the dependabot/github_actions/actions-eb3c510f3b branch August 24, 2024 05:23
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.

1 participant