April 2, 2026
Arkanoid Contribution Graph
Version updated for https://github.com/sgiraz/akn to version v1.1.1.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The akn GitHub Action automates the creation of an animated Arkanoid-style visualization of a user’s GitHub contribution graph, where commits are represented as breakable bricks in a looping SVG animation powered by pure CSS.
April 2, 2026
pi GitHub Action
Version updated for https://github.com/shaftoe/pi-coding-agent-action to version v2.3.2.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Pi Coding Agent GitHub Action integrates Pi’s AI-powered coding assistant into GitHub workflows, allowing users to automate tasks such as issue analysis, pull request reviews, code improvements, and automated commits.
April 2, 2026
Setup frameterm
Version updated for https://github.com/stefanmatar/frameterm to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Frameterm is a tool and GitHub Action designed to automate and record interactions with text-based user interfaces (TUIs). It provides functionality for spawning sessions, simulating user inputs, capturing screen states, and exporting videos of these interactions, complete with overlays showing keystrokes, resource usage, and wait states.
April 2, 2026
Git Graphable
Version updated for https://github.com/TheTrueSCU/git-graphable to version v0.7.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Git Graphable is a GitHub Action and Python tool designed to transform Git commit history into visually interactive flowcharts using multiple rendering engines, including Mermaid, D2, Graphviz, and HTML. It automates tasks such as visualizing commit patterns, analyzing repository hygiene (e.
April 2, 2026
Simple Greeting Action by vidhya101
Version updated for https://github.com/vidhyashankergoel/greeting-action to version v1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Simple Greeting Action is a lightweight GitHub Action designed for educational purposes, showcasing how composite actions function within CI/CD workflows. It automates the task of generating a customizable greeting message based on user-provided inputs (username and optional season) and provides the message as a reusable output for subsequent workflow steps.
April 2, 2026
setup-dotnet-install
Version updated for https://github.com/WeihanLi/dotnet-install to version 0.1.0-rc-1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The dotnet-install GitHub Action is a managed implementation of the dotnet-install shell scripts, designed as a .NET command-line tool. It automates the process of resolving .NET release metadata, downloading, extracting, and verifying SDK or runtime artifacts, and updating the system PATH for immediate use.
April 2, 2026
Read mise.toml versions
Version updated for https://github.com/yshrsmz/action-mise-values to version v0.2.4.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-mise-values GitHub Action parses the [tools] table from a mise.toml file and outputs it as a JSON object for use in subsequent workflow steps. It addresses the need for a centralized source of truth for tool versions (e.
April 2, 2026
Bot Check Action
Version updated for https://github.com/dohyeon5626/bot-check-action to version v1.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Bot Check Action is a GitHub Action designed to verify whether issues or pull requests are created by human users, helping to prevent spam and automated submissions. It automates tasks such as tagging, commenting, and optionally closing unverified contributions, while offering configurable options for trusted users and permission levels.
April 2, 2026
.NET Build/Test/Pack/Push
Version updated for https://github.com/f2calv/gha-dotnet-nuget to version v2.1.0.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building, testing, packaging, and publishing .NET class libraries to NuGet and GitHub Packages. It simplifies the management of .NET solution files by ensuring only packable projects are published, streamlining the release workflow for .