Automate daily checks for new GitHub releases using this powerful n8n workflow. Get instant email notifications when a new version of your monitored repo drops, leveraging the n8n trigger.
Download this n8n workflow template and start using it instantly.
Keeping up with daily releases across multiple GitHub repositories can be tedious. This robust n8n workflow eliminates manual checking by establishing a scheduled monitoring system. It uses a daily recurring n8n trigger to poll the GitHub API for the latest release information. The crucial step is the conditional logic n8n node, which ensures that an email is only sent if a new release has dropped within the last 24 hours, preventing inbox clutter. This n8n template is highly valuable for maintaining project security and ensuring timely upgrades, demonstrating the power and flexibility of building automation with n8n.
The n8n workflow operates in a linear, conditional manner:
Schedule Trigger, initiates the entire flow once per day.HTTP Request n8n node calls the GitHub API endpoint for the specified repository (defaulting to the latest n8n release). This fetches metadata including the publication date.If n8n node evaluates if the release date (published_at) is within the last 24 hours. If this condition is true (a new release exists), the workflow proceeds down the 'True' branch.Split Out Content n8n node extracts the release notes markdown content (body) from the API response.Convert Markdown to HTML n8n node transforms the raw markdown into clean HTML, which is necessary for a nicely formatted email body.Send Email n8n node delivers the HTML-formatted release notes to the configured recipient email address. This completes the fully automated n8n workflow.To deploy this n8n template, follow these steps:
Send Email n8n node requires SMTP credentials. Click on the node, select 'Create New Credential' under 'SMTP', and input your mail server details (host, port, user, password).Fetch Github Repo Releases n8n node. Update the URL parameter to point to the specific GitHub repository you wish to monitor (e.g., https://api.github.com/repos/{owner}/{repo}/releases/latest). The sticky note in the n8n workflow guides this change.Send Email n8n node, update the To Email and From Email fields to your desired notification address. (This is also indicated by a sticky note).This n8n workflow utilizes several key n8n node types to achieve its functionality:
https://api.github.com/repos/n8n-io/n8n/releases/latest. Configuration is purely URL-based.published_at date to the current time minus one day (DateTime.utc().minus(1, 'days')). The workflow proceeds only if the date is newer.body field (the markdown release notes) before conversion.={{ $json.body }}.subject to 'New n8n release' and defining the HTML body using ={{ $json.html }}.Use this comprehensive n8n workflow to automate daily global trend analysis from GDELT, NewsAPI, and Hacker News. Leverage a Gemini AI Agent to generate synthesized, structured reports and post them directly to Discord. Explore advanced n8n templates.

Automate fetching daily currency exchange rates (USD, AUD, CAD) using this robust n8n workflow. Generate an HTML report, email it via Gmail, and log the data to Google Sheets.

Use this powerful automation to aggregate French economic news via RSS, summarize it using Gemini AI with structured output, and automatically deliver the daily digest through the Microsoft Outlook n8n node.

Use this comprehensive n8n workflow to schedule daily Gmail inbox checks, summarize key emails using an advanced AI model (gpt-4.1-mini), convert the report to a PDF, and instantly post the final digest to Discord. Get started with n8n templates.

Automate daily Google Ads performance monitoring using this powerful n8n workflow. It merges campaign click and conversion data, centralizing reporting in Notion and Google Sheets tabs. Download these n8n templates now.

Use this powerful n8n workflow to automate daily Google Analytics reporting, summarize trends using GPT-4, calculate day-over-day changes, and send real-time alerts via Email, WhatsApp, and ClickUp tasks.









































