Skip to content

Bump actions/setup-dotnet from 4 to 5 in the actions-deps group across 1 directory#28

Merged
AnakinRaW merged 1 commit intodevelopfrom
dependabot/github_actions/develop/actions-deps-5e9711c773
Dec 8, 2025
Merged

Bump actions/setup-dotnet from 4 to 5 in the actions-deps group across 1 directory#28
AnakinRaW merged 1 commit intodevelopfrom
dependabot/github_actions/develop/actions-deps-5e9711c773

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the actions-deps group with 1 update in the / directory: actions/setup-dotnet.

Updates actions/setup-dotnet from 4 to 5

Release notes

Sourced from actions/setup-dotnet's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates

Bug Fixes

New Contributors

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

v4.3.1

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

v4.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • 2016bd2 Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-...
  • 21e81f6 Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#648)
  • 7403103 Bump typescript from 5.4.2 to 5.9.2 (#624)
  • d4c9434 Update to Node.js 24 and modernize async usage (#654)
  • 5c125af Bump actions/checkout from 4 to 5 (#662)
  • 87c6e11 Bumps form-data (#652)
  • 06a5327 Bump undici from 5.28.5 to 5.29.0 (#641)
  • e8e5b82 Bump eslint-config-prettier from 9.1.0 to 10.1.5 (#639)
  • bf4cd79 Bump @​actions/glob from 0.4.0 to 0.5.0 (#594)
  • 4ddad1c Bump husky from 8.0.3 to 9.1.7 (#591)
  • Additional commits viewable in compare view

Dependabot compatibility score

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-deps group with 1 update in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-dotnet` from 4 to 5
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 8, 2025
@AnakinRaW AnakinRaW merged commit cb78c79 into develop Dec 8, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/develop/actions-deps-5e9711c773 branch December 8, 2025 17:33
AnakinRaW added a commit that referenced this pull request Feb 11, 2026
* Bump the actions-deps group across 1 directory with 2 updates (#23)

Bumps the actions-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact).


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

Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Auto update (#27)

* add submodul

* update deps

* update deps

* integrate moddingtoolbase code

* implement and test argument parser

* update namespace

* move option parsing from boostrap to app code

* update deps

* update subs

* update sub

* update deps

* add settings build exception handling

* add json schema for baseline

* fix tests

* update subs

* start feature: searching for local baselines

* update deps

* update sub

* minor simplifications

* update module

* test on .net framework too

* simplify

* reenable update check and added default baseline

* update sub

* print used baseline file

* make marker static

* fix test

* some cli improvements

* update sub

* update module

* update logging

* update

* update deps

* update sub

* start update impl

* horizontal frame supports native console

* update sub

* update sub

* update sub

* git pull

* update dependencies

* update logging

* update modules

* update logging

* update module

* update ci to .net 10

* fix test

* mograte to new solution file

* update module

* fix ci

* deploy to server

* update config

* new publish

* try fix deploy

* fix launch of uploader

* update module

* udpate version

* update dependencies

* logging again

* logigng

* logging der 5.

* Bump actions/setup-dotnet in the actions-deps group across 1 directory (#28)

Bumps the actions-deps group with 1 update in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-dotnet` from 4 to 5
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the actions-deps group with 2 updates (#30)

Bumps the actions-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Refactor ModVerify to expose and use a VerificationTarget class (#31)

* start verify target impl

* update deps

* update sub

* make app running again

* reorganize solution

* basic support for VerificationTarget type

* start refactoring verification target selection

* rename stuff

* start testing automatic selector

* fix and test automatic selector

* update to new deps

* update to new deps (just to make it compile)

* make everything compile at least

* to weekly deps check

* update license year

* rename class

* make compile and run again

* local deploy script

* update gitignore

* polishing

* update module

* various little changes

* update deps

* use filed keyword

* do not thorw stepfailure exception if verification errors occured.

* Fail fast should print any error to console

* major refactorings

* allow skip location in baselines

* only search for baselines of the correct engine type

* Support argument validation

* Setting appFailure does not terminate the verifiers on first error.

* udpate assert reporting

* make tests compile again

* pretty print verify info

* do not print location if not exists

* simply automatic selector

* extract to file

* nicer console output

* update deps

* update dpes

* make compile

* run tests

* windows only tests

* fix app is not updatebale sometimes

* minor cleanup

* update documentation

* update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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