April 3, 2026
setup-ollama
Version updated for https://github.com/ai-action/setup-ollama to version v2.0.27.
This action is used across all versions by 62 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 setup-ollama GitHub Action simplifies the process of integrating the Ollama CLI into GitHub Actions workflows. It automates the installation and setup of the Ollama CLI, enabling users to run prompts against large language models or utilize specific pre-trained models from the Ollama library within CI/CD pipelines. This action enhances workflow efficiency by supporting model caching and version control, reducing setup time and streamlining interaction with AI models.
April 3, 2026
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.103.
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 The “Check Deployed Environment” GitHub Action verifies whether a specific commit is currently deployed to a specified environment in GitHub. It automates the process of checking deployment status, helping streamline workflows by identifying if a deployment action is necessary. This action is useful for ensuring efficient deployment pipelines and avoiding redundant deployments.
April 3, 2026
Go sum fix
Version updated for https://github.com/at-wat/go-sum-fix-action to version v0.9.5.
This action is used across all versions by 292 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The go-sum-fix-action is a GitHub Action designed to automatically update the go.sum file in Go projects, ensuring dependencies are correctly managed and consistent. It streamlines the process of fixing go.sum issues, particularly in automated workflows like Renovate Bot pull requests, by tidying and committing changes. This action helps prevent dependency errors, reduces manual intervention, and supports smooth CI/CD pipelines.
April 3, 2026
GEO Optimizer Audit
Version updated for https://github.com/Auriti-Labs/geo-optimizer-skill to version v4.1.0.
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 GEO Optimizer is a GitHub Action designed to audit, fix, and optimize websites for visibility and citation by AI-powered search engines like ChatGPT, Perplexity, and Claude. It automates tasks such as evaluating website compliance against 47 AI-focused optimization criteria, generating essential files (e.g., robots.txt, llms.txt, schema), and providing actionable recommendations to improve AI discoverability. This tool helps website owners ensure their content is appropriately structured and accessible for AI-driven search engines, addressing the challenge of being overlooked in AI-generated search results.
April 3, 2026
Setup node and pnpm
Version updated for https://github.com/Dafnik/setup-node-pnpm to version v5.0.2.
This action is used across all versions by 47 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-node-pnpm GitHub Action simplifies the setup of Node.js and PNPM in workflows by automating the installation and configuration of specific Node.js and PNPM versions. It supports features like reading version specifications from files (e.g., .nvmrc) and optionally running pnpm install commands, streamlining the dependency management process for JavaScript projects. This action is ideal for automating Node.js and PNPM environment preparation in CI/CD pipelines.
April 3, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.11.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 This GitHub Action, “Fallow,” is a Rust-based codebase analyzer designed for TypeScript and JavaScript projects. It automates the detection of dead code, code duplication, complexity issues, and architectural violations, providing quick and actionable insights to optimize and maintain code quality. Key capabilities include sub-second analysis, zero configuration, automated dead code removal, duplication detection, and health audits for efficient development workflows.
April 3, 2026
LynxPrompt Action
Version updated for https://github.com/GeiserX/lynxprompt-action to version v1.0.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 LynxPrompt Action is a GitHub Action designed to automate the management of AI IDE configuration files by integrating with the LynxPrompt platform. It enables users to sync local configurations to the cloud, validate their structure, generate configurations from cloud-stored blueprints, and detect configuration drift between local files and the cloud. This action streamlines the process of maintaining consistent and well-formed AI tool configurations across repositories, supporting multiple file types and monorepo setups.
April 3, 2026
Star list generator
Version updated for https://github.com/halostatue/starlist to version v2.0.2.
This action is used across all versions by 1 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 halostatue/starlist GitHub Action automates the process of generating a categorized Markdown list of a user’s starred GitHub repositories, grouped by attributes like language or topic. It solves the problem of manually organizing and maintaining a comprehensive list of starred repositories, offering features such as automatic partitioning for large datasets and customizable templates. This tool can be run as a GitHub Action for automated updates or as a CLI tool for local usage.
April 3, 2026
GHCup Setup
Version updated for https://github.com/haskell/ghcup-setup to version v1.2.3.
This action is used across all versions by 1 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 “GHCup Action” is a GitHub Action designed to install the ghcup tool across various operating systems and integrate it into the system’s PATH. It automates the setup and management of Haskell development tools such as GHC, Cabal, Stack, and HLS, ensuring consistent and streamlined development environments for Haskell projects. Key capabilities include support for configurable tool versions, matrix testing across different operating systems, and customizable configurations for advanced usage.
April 3, 2026
github-api-usage-monitor
Version updated for https://github.com/hesreallyhim/github-api-usage-monitor to version v2.0.0.
This action is used across all versions by 7 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 github-api-usage-monitor GitHub Action tracks and reports GitHub API rate limit usage during workflow jobs by periodically polling the /rate_limit endpoint. It automates the monitoring of API consumption, providing detailed insights into per-bucket usage and preventing workflows from exceeding rate limits. This action is ideal for developers who need to analyze API usage patterns or optimize workflows interacting with GitHub’s API.