April 2, 2026
Setup Omnistrate CTL
Version updated for https://github.com/omnistrate-oss/setup-omnistrate-ctl to version v1.0.6.
This action is used across all versions by 3 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Setup Omnistrate CTL, automates the setup of the Omnistrate CLI tool, enabling users to authenticate with their Omnistrate account and manage Omnistrate services directly within GitHub workflows. It simplifies tasks such as logging in with secure credentials (stored as GitHub secrets) and optionally configuring a specific CLI version. The action streamlines the integration of Omnistrate’s SaaS management capabilities into CI/CD pipelines.
April 2, 2026
Contribution Graph ASCII
Version updated for https://github.com/qte77/gha-contribution-ascii to version v2.2.1.
This action is used across all versions by 2 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 creation of custom ASCII art on a user’s GitHub contribution graph by generating backdated commits in a dedicated gh-pages branch. It enables users to display text or pixel art designs on their graph without interfering with their main project history. The action solves the problem of personalizing contribution graphs in a controlled and automated manner, offering features like interference compensation, inverse mode for dense graphs, and dry-run previews.
April 2, 2026
Drift — Architectural Erosion Check
Version updated for https://github.com/sauremilk/drift to version v1.4.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Drift is a GitHub Action and CLI tool designed to detect and analyze structural issues in AI-generated or complex codebases, such as inconsistent error handling, architectural decay, and code duplication. It provides deterministic, fast analysis without relying on large language models (LLMs), helping teams identify and address problems that may hinder code maintainability or scalability. Key features include generating actionable repair tasks, PR annotations, and integration with CI pipelines and AI-assisted workflows.
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. It fetches contribution data, simulates the animation, and generates lightweight, self-contained SVG files that can be embedded in GitHub READMEs or other platforms. This action provides a fun and visually engaging way to showcase GitHub activity without requiring external dependencies or JavaScript.
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. By enabling interactive or non-interactive workflows triggered by comments or predefined prompts, it streamlines development processes and supports multiple large language model (LLM) providers. This action simplifies repetitive tasks and enhances collaboration by leveraging AI-driven insights and automated code modifications.
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. This solves the problem of debugging, testing, and documenting TUI workflows by offering a detailed, visual record of what actions were performed and their outcomes.
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.g., detecting direct pushes to protected branches or unfinished commits), and integrating with issue trackers for status synchronization. By providing actionable insights and dynamic reports, it enhances version control workflows and simplifies collaboration.
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. This action is ideal for learning the structure and execution of GitHub Actions.
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. Key capabilities include version selection, install plan generation, artifact management, PATH updates, and cleanup of installed components, providing a streamlined and platform-friendly alternative to traditional script-based installation methods.
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.g., Node.js, Python, Go) in CI/CD pipelines, enabling developers to avoid hardcoding versions across workflows. This action provides a read-only solution for dynamically retrieving and reusing version data, offering flexibility to integrate with official setup actions while maintaining granular control over tool installations.