.NET-related GitHub Actions
This article lists some of the first party .NET GitHub actions that are hosted on the dotnet GitHub organization.
Note
This article is a work-in-progress, and might not list all the available .NET GitHub Actions.
.NET version sweeper
This action sweeps .NET repos for out-of-support target versions of .NET.
The .NET docs team uses the .NET version sweeper GitHub Action to automate issue creation. The Action runs on a schedule (as a cron job). When it detects that .NET projects target out-of-support versions, it creates issues to report its findings. The output is configurable and helpful for tracking .NET version support concerns.
The Action is available on GitHub Marketplace.