April 15, 2026
Convox Multitool
Version updated for https://github.com/beastawakens/action-convox-multi-slim to version v2.0.7.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-convox-multi-slim GitHub Action enables users to execute multiple Convox CLI commands within a single, lightweight Docker-based action, supporting 17 operations such as deployment, scaling, environment configuration, and release management. It streamlines workflows by consolidating multiple Convox-related steps into one action, reducing complexity and boilerplate in CI/CD pipelines. Key capabilities include automated app builds, deployments, scaling, and environment management for applications running on Convox.
April 15, 2026
DM-18 Migration Safety Check
Version updated for https://github.com/Born14/dm18-migration-check 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 This GitHub Action, dm18-migration-check, automates the detection of risky SQL migration patterns that add or enforce NOT NULL constraints on columns without default values, which can lead to runtime errors on populated tables. By analyzing pull request changes, reconstructing schema states, and applying the highly precise DM-18 rule (19 true positives, 0 false positives on a public corpus), it generates actionable feedback via comments and ensures migration safety without requiring configuration.
April 15, 2026
Denna Spec Release
Version updated for https://github.com/daocraft/denna-spec-release to version v1.0.2.
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 Denna Spec Release Action automates the release process for repositories adhering to the Denna Spec by validating and reconciling a manifest file (denna-repo.denna-spec.json) with the actual repository contents, and managing versioning through semantic-release with conventional commits. It ensures consistency in release workflows, updates manifest metadata, and maintains a rolling major version tag, simplifying version management for data repositories.
April 15, 2026
Detect Node Package Manager
Version updated for https://github.com/deividfortuna/detect-node-package-manager to version v1.0.0.
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 This GitHub Action identifies the Node.js package manager (npm, yarn, or pnpm) and version manager (nvm, nodenv, or n) used in a project by detecting associated lockfiles and version files. It automates the process of adapting workflows to the project’s package manager, enabling tasks like installing dependencies and configuring cache keys for actions/setup-node. Key capabilities include lockfile path detection, version file identification, and enforcing allowed managers through configurable restrictions.
April 15, 2026
GitHub Blog Post Workflow v2
Version updated for https://github.com/ePlus-DEV/blog-post-workflow to version v1.0.6.
This action is used across all versions by 12 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of updating a repository’s README file with the latest posts from specified RSS feeds, ensuring the content remains current without manual updates. It solves the problem of maintaining dynamic blog post lists by periodically fetching and inserting new entries into the README using a scheduled or manual trigger. Key capabilities include customizable RSS feed integration, flexible scheduling, and automated updates directly within the repository.
April 15, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.38.0.
This action is used across all versions by 7 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 high-performance, Rust-native codebase analyzer for TypeScript and JavaScript projects. It automates the detection of dead code, duplicate code, code complexity issues, and architectural problems without requiring any configuration, enabling developers to maintain cleaner, more efficient codebases. With sub-second analysis, it provides actionable insights, supports framework-specific plugins, and includes features like auto-removal previews and real-time file change monitoring.
April 15, 2026
Qubic Contract Verify
Version updated for https://github.com/Franziska-Mueller/qubic-contract-verify to version v1.0.6.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Qubic Contract Verification Tool is a GitHub Action designed to automatically validate that C++ smart contract files comply with Qubic’s specific language feature restrictions. It streamlines the process of ensuring code adheres to required standards, reducing manual checks and potential errors. This action leverages a Docker-based container to analyze specified files, making it an efficient solution for automating contract verification in CI/CD workflows.
April 15, 2026
Actions Usage Report
Version updated for https://github.com/gary-quinn/actions-usage to version v1.2.3.
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 The actions-usage GitHub Action provides usage metrics for GitHub Actions, allowing users to analyze and report on the consumption of Actions resources per developer across repositories or organizations. It automates the generation of detailed reports, including CI costs and usage breakdowns by developer, repository, or organization, with options for exporting data in various formats like JSON, CSV, or Markdown. This tool is particularly useful for monitoring and optimizing GitHub Actions usage, facilitating cost tracking and team accountability.
April 15, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.11.0.
This action is used across all versions by 3,220 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 haskell-actions/setup GitHub Action automates the setup of a Haskell development environment in CI workflows. It installs and configures specific versions of GHC, Cabal, and optionally Stack, adding them to the system PATH, and provides metadata outputs such as installed versions and paths. This action simplifies and standardizes the process of preparing Haskell tools for continuous integration, reducing manual configuration effort.
April 15, 2026
Azure Pipelines Dependency Submission
Version updated for https://github.com/jessehouwing/azure-pipelines-dependency-submission to version v1.0.8.
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 “Azure Pipelines Dependency Submission” GitHub Action automates the process of submitting Azure Pipelines task dependencies to GitHub’s Dependency Graph, enabling vulnerability scanning and integration with Dependabot for automated security alerts. It simplifies dependency tracking by automatically discovering pipeline files, resolving templates, and mapping Azure DevOps tasks to full identifiers with version details. This action helps identify and address security vulnerabilities in Azure Pipelines tasks, enhancing the security and compliance of CI/CD workflows.