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

Update github actions (major) #859

Merged
merged 1 commit into from
Nov 20, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action major v2.1.1 -> v3.0.3
crazy-max/ghaction-github-labeler action major v3.2.0 -> v4.1.0

Release Notes

actions/setup-dotnet

v3.0.3: Fix issue with ECONNRESET and refactor authutil

Compare Source

In scope of this release we updated the link to the .Net Core releases index file (#​337) in order to fix the ECONNRESET error. Besides, we refactored authutil.ts to get rid of xmlbuilder (https://github.com/actions/setup-dotnet/pull/336)

v3.0.2: Updating @​action/core, adding logic for processing the DOTNET_INSTALL_DIR environment variable.

Compare Source

In the scope of this release such changes were made:

  1. The logic for processing the DOTNET_INSTALL_DIR environment variable was added to support relative paths and paths containing ~ #​332
  2. The version of @actions/core was bumped to 1.10.0 #​331

v3.0.1: Enable DOTNET_INSTALL_DIR environment variable

Compare Source

In scope of this release the DOTNET_INSTALL_DIR environment variable was enabled to add the ability to change the installation directory for .NET SDK #​329. The DOTNET_INSTALL_DIR can be helpful when access to the default installation directory, for instance, on self-hosted runners, is denied.

Example of usage:

build:
  runs-on: self-hosted
  env:
    DOTNET_INSTALL_DIR: "path/to/directory"
  steps:
    - uses: actions/setup-dotnet@v3
      with:
        dotnet-version: '3.1.x'

v3.0.0

Compare Source

This major release includes the following changes:

    - uses: actions/setup-dotnet@v3
      with:
        dotnet-version: '6.0.x'
        dotnet-quality: 'preview'
    - run: dotnet build <my project>

More in detail here.

  • #​241 The output variable dotnet-version which contains the installed by the action SDK version was added in #​324:
    - uses: actions/setup-dotnet@v3
      id: cp310
      with:
        dotnet-version: '3.1.422'
    - run: echo '${{ steps.cp310.outputs.dotnet-version }}' # outputs 3.1.422

More in detail here.

  • The dotnet-version syntax was updated and now it allows to specify the prerelease version without using include-prerelease input. The include-prerelease input was cut out:
    - uses: actions/setup-dotnet@v3
      with:
        dotnet-version: '5.0.0-preview.6'

More in detail here.

  • #​251 The problem with out of support .NET version warnings was solved in #​315.

Breaking changes:

  • Installation paths for Windows and Ubuntu images were changed to match the location of pre-installed SDKs. In more detail, read here.
crazy-max/ghaction-github-labeler

v4.1.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v4.0.0...v4.1.0

v4.0.0

Compare Source

  • Node 16 as default runtime (#​161)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) May 26, 2022 13:10
@github-actions github-actions bot added this to the v0.19.6 milestone May 26, 2022
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7bf6cee to feb83b5 Compare November 20, 2022 14:42
@renovate renovate bot changed the title Update crazy-max/ghaction-github-labeler action to v4 Update github actions (major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from d1964cb to e38cbde Compare November 20, 2022 14:54
@github-actions github-actions bot modified the milestones: v0.19.6, v0.19.7 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 883422d to a67b265 Compare November 20, 2022 16:02
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a67b265 to e79b624 Compare November 20, 2022 16:21
@renovate renovate bot merged commit be50971 into master Nov 20, 2022
@renovate renovate bot deleted the renovate/major-github-actions branch November 20, 2022 16:39
@github-actions github-actions bot added the mysterious We forgot to label this label Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysterious We forgot to label this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants