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

Bump the actions group with 4 updates #3

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2024

Bumps the actions group with 4 updates: actions/checkout, actions/setup-dotnet, mindsers/changelog-reader-action and svenstaro/upload-release-action.

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

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits

Updates actions/setup-dotnet from 3 to 4

Release notes

Sourced from actions/setup-dotnet's releases.

v4.0.0

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.

Breaking changes

Update Node.js runtime to version 20 by @​harithavattikuti in #484

Non-breaking changes

New Contributors

Full Changelog: actions/setup-dotnet@v3...v4.0.0

v3.2.0

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in actions/setup-dotnet#303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

What's Changed

... (truncated)

Commits

Updates mindsers/changelog-reader-action from 2.0.0 to 2.2.2

Release notes

Sourced from mindsers/changelog-reader-action's releases.

v2.2.2

Fixed

  • Upgrade dependencies to solve deprecation issues.

v2.2.1

Fixed

  • Change node engine for a non-deprecated version.

v2.2.0

Changed

  • Allow more section types into prerelease versions. #67

Fixed

  • Change the links' syntax to make them correctly recognized by GitHub.

v2.1.1

Fixed

  • The action was returning empty data since the last version. Now correctly returns selected entries data.

New linting capabilities

Added

  • Introduced changelog validation to help keep the release version in line with Semantic Versioning
  • New input param of validation_level and validation_depth to allow for configuration of changelog validation.
  • Support Angular CHANGELOG format. (Doesn't force title emphasis)

Changed

  • The project now implement the All Contributors. This is not a change in the code but a change in how the projet recognize the external contributions.

Fixed

  • Retrieve links (external to the entry) and add them back in the related entry.
Changelog

Sourced from mindsers/changelog-reader-action's changelog.

[2.2.2] - 2022-11-23

Fixed

  • Upgrade dependencies to solve deprecation issues.

[2.2.1] - 2022-11-10

Fixed

  • Change node engine for a non-deprecated version.

[2.2.0] - 2022-09-01

Changed

  • Allow more section types into prerelease versions. #67

Fixed

  • Change the links' syntax to make them correctly recognized by GitHub.

[2.1.1] - 2022-07-03

Fixed

  • The action was returning empty data since the last version. Now correctly returns selected entries data.

[2.1.0] - 2022-06-14

Added

  • Introduced changelog validation to help keep the release version in line with Semantic Versioning
  • New input param of validation_level and validation_depth to allow for configuration of changelog validation.
  • Support Angular CHANGELOG format. (Doesn't force title emphasis)

Changed

  • The project now implement the All Contributors. This is not a change in the code but a change in how the projet recognize the external contributions.

Fixed

  • Retrieve links (external to the entry) and add them back in the related entry.
Commits
  • b97ce03 version bumnp
  • fcfc4fe Complete rebuild and reinstall of dependencies
  • 8f40520 Version bump
  • 499bf2c Update CHANGELOG
  • e17a71d Upgrade deps
  • 1122939 Upgrade node engine
  • 603858c Merge pull request #73 from mindsers/dependabot/npm_and_yarn/actions/core-1.9.1
  • 17b72bf Version bump
  • 74d44db Fix links when added from bottom of the file
  • 8189de3 Bump @​actions/core from 1.8.2 to 1.9.1
  • Additional commits viewable in compare view

Updates svenstaro/upload-release-action from 1.pre.release to 2.9.0

Release notes

Sourced from svenstaro/upload-release-action's releases.

2.9.0

2.8.0

  • Bump all deps
  • Update to node 20

2.7.0

2.6.1

2.6.0

  • Add make_latest input parameter. Can be set to false to prevent the created release from being marked as the latest release for the repository #100 (thanks @​brandonkelly)
  • Don't try to upload empty files #102 (thanks @​Loyalsoldier)
  • Bump all deps #105
  • overwrite option also overwrites name and body #106 (thanks @​regevbr)
  • Add promote option to allow prereleases to be promoted #74 (thanks @​regevbr)

2.5.0

2.4.1

  • Modernize octokit usage

2.4.0

  • Update to node 16
  • Bump most dependencies

2.3.0

  • Now defaults repo_token to ${{ github.token }} and tag to ${{ github.ref }} #69 (thanks @​leighmcculloch)

2.2.1

  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @​djpohly)

2.2.0

  • Add support for ceating a new release in a foreign repository #25 (thanks @​kittaakos)
  • Upgrade all deps

2.1.1

2.1.0

2.0.0

  • Add prerelease input parameter. Setting this marks the created release as a pre-release.
  • Add release_name input parameter. Setting this explicitly sets the title of the release.
  • Add body input parameter. Setting this sets the text content of the created release.

... (truncated)

Changelog

Sourced from svenstaro/upload-release-action's changelog.

[2.9.0] - 2024-02-22

[2.8.0] - 2024-02-21

  • Bump all deps
  • Update to node 20

[2.7.0] - 2023-07-28

[2.6.1] - 2023-05-31

[2.6.0] - 2023-05-23

  • Add make_latest input parameter. Can be set to false to prevent the created release from being marked as the latest release for the repository #100 (thanks @​brandonkelly)
  • Don't try to upload empty files #102 (thanks @​Loyalsoldier)
  • Bump all deps #105
  • overwrite option also overwrites name and body #106 (thanks @​regevbr)
  • Add promote option to allow prereleases to be promoted #74 (thanks @​regevbr)

[2.5.0] - 2023-02-21

[2.4.1] - 2023-02-01

  • Modernize octokit usage

[2.4.0] - 2023-01-09

  • Update to node 16
  • Bump most dependencies

[2.3.0] - 2022-06-05

  • Now defaults repo_token to ${{ github.token }} and tag to ${{ github.ref }} #69 (thanks @​leighmcculloch)

[2.2.1] - 2020-12-16

  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @​djpohly)

[2.2.0] - 2020-10-07

  • Add support for ceating a new release in a foreign repository #25 (thanks @​kittaakos)
  • Upgrade all deps

[2.1.1] - 2020-09-25

[2.1.0] - 2020-08-10

[2.0.0] - 2020-07-03

  • Add prerelease input parameter. Setting this marks the created release as a pre-release.
  • Add release_name input parameter. Setting this explicitly sets the title of the release.
  • Add body input parameter. Setting this sets the text content of the created release.

... (truncated)

Commits

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 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action).


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 `actions/setup-dotnet` from 3 to 4
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

Updates `mindsers/changelog-reader-action` from 2.0.0 to 2.2.2
- [Release notes](https://github.com/mindsers/changelog-reader-action/releases)
- [Changelog](https://github.com/mindsers/changelog-reader-action/blob/master/CHANGELOG.md)
- [Commits](mindsers/changelog-reader-action@v2.0.0...v2.2.2)

Updates `svenstaro/upload-release-action` from 1.pre.release to 2.9.0
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](svenstaro/upload-release-action@v1-release...2.9.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: mindsers/changelog-reader-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
  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 Mar 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 9, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/actions-703bca329f branch March 9, 2024 09:48
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