Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump actions/setup-dotnet from 4 to 5 - #94

#94
Closed
dependabot[bot] wants to merge 1 commit into
mainFFXIVAPP/sharlayan:mainfrom
dependabot/github_actions/actions/setup-dotnet-5FFXIVAPP/sharlayan:dependabot/github_actions/actions/setup-dotnet-5Copy head branch name to clipboard
Closed

Bump actions/setup-dotnet from 4 to 5#94
dependabot[bot] wants to merge 1 commit into
mainFFXIVAPP/sharlayan:mainfrom
dependabot/github_actions/actions/setup-dotnet-5FFXIVAPP/sharlayan:dependabot/github_actions/actions/setup-dotnet-5Copy head branch name to clipboard

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Copy link
Copy Markdown

Bumps 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
  • c2fa09f Bump minimatch from 3.1.2 to 3.1.5 (#705)
  • 02574b1 Add support for optional architecture input for cross-architecture .NET insta...
  • 16c7b3c Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
  • 131b410 Add support for workloads input (#693)
  • baa11fb Bump test dependencies to resolve System.Net.Http vulnerability, update workf...
  • 24ec4f2 Upgrade to latest actions packages (#687)
  • 4c100cb Fix icons (#604)
  • 25328d8 Bump actions/checkout from 5 to 6 (#684)
  • 937b8dd Update README with note on setting DOTNET_INSTALL_DIR for Linux permission is...
  • 2016bd2 Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-dotnet](https://github.com/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
...

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 Apr 22, 2026
@logicallysynced

Copy link
Copy Markdown
Contributor

Addressed manually in commit 1017d6a on sharlayan-9-rebuild (all Dependabot recommendations from #94#100 applied in one batch). Closing.

@dependabot @github

dependabot Bot commented on behalf of github Apr 22, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-dotnet-5 branch April 22, 2026 08:07
logicallysynced added a commit that referenced this pull request Apr 22, 2026
NuGet:
  Newtonsoft.Json      13.0.2 → 13.0.4
  NLog                  5.1.0 → 6.1.2
  NLog.Schema           5.1.0 → 6.1.2
  ILRepack.Lib.MSBuild  2.0.34 → 2.0.44.2

GitHub Actions:
  actions/checkout        v4 → v6
  actions/setup-dotnet    v4 → v5
  actions/upload-artifact v4 → v7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
logicallysynced added a commit that referenced this pull request Apr 22, 2026
* chore: bump dependencies (Dependabot #94-#100) + version 9.0.6

NuGet:
  Newtonsoft.Json      13.0.2 → 13.0.4
  NLog                  5.1.0 → 6.1.2
  NLog.Schema           5.1.0 → 6.1.2
  ILRepack.Lib.MSBuild  2.0.34 → 2.0.44.2

GitHub Actions:
  actions/checkout        v4 → v6
  actions/setup-dotnet    v4 → v5
  actions/upload-artifact v4 → v7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* feat: add GameStateResult.IsTeleporting (BetweenAreas / BetweenAreas51) + version 9.0.7

ActorItem.InCutscene (RenderFlags nameplate bit) fires for both real
cutscenes and zone/instance transitions. IsTeleporting uses the dedicated
Conditions.BetweenAreas and BetweenAreas51 flags so callers can distinguish
the two: a genuine cutscene has WatchingCutscene=true, IsTeleporting=false;
a zone transition has IsTeleporting=true, WatchingCutscene=false.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.